summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-10-05 23:15:37 +0200
committerGitHub <noreply@github.com>2022-10-05 23:15:37 +0200
commit7271ec7e0fc4e346a339cdc2e1640a52e92845f4 (patch)
treeee277bc8aea70f7ffaf48f3f291cb8b3582c99b3 /HISTORY.rst
parent052c1e2ddbd712c201786b7cc9983a4284d3a6c8 (diff)
downloadpsutil-7271ec7e0fc4e346a339cdc2e1640a52e92845f4.tar.gz
fix: disk usage report on macOS 12+ (#2152)
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c9ea7320..fa18f516 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -14,6 +14,7 @@ XXXX-XX-XX
undefined ``ethtool_cmd_speed`` symbol.
- 2142_, [POSIX]: `net_if_stats()`_ 's ``flags`` on Python 2 returned unicode
instead of str. (patch by Matthieu Darbois)
+- 2147_, [macOS] Fix disk usage report on macOS 12+. (patch by Matthieu Darbois)
- 2150_, [Linux] `Process.threads()`_ may raise ``NoSuchProcess``. Fix race
condition. (patch by Daniel Li)