summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index ccc5c829..cd27633f 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -35,7 +35,7 @@ XXXX-XX-XX
- 1919_: [Linux] sensors_battery() can raise TypeError on PureOS.
- 1921_: [Windows] psutil.swap_memory() shows committed memory instead of swap
- 1940_: [Linux] psutil does not handle ENAMETOOLONG when accessing process
- file descriptors in procfs
+ file descriptors in procfs. (patch by Nikita Radchenko)
- 1948_: Process' memoize_when_activated decorator was not thread-safe. (patch
by Xuehai Pan)
- 1953_: [Windows] disk_partitions() crashes due to insufficient buffer len.