summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 8f2aaa32..49242a6e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -12,6 +12,9 @@ XXXX-XX-XX
``/proc`` pseudo files line by line. This should help having more consistent
results.
- 2057_, [OpenBSD]: add support for `cpu_freq()`_.
+- 2107_ [Linux]: `Process.memory_full_info()`_ (reporting process USS/PSS/Swap
+ memory) now reads ``/proc/pid/smaps_rollup`` instead of ``/proc/pids/smaps``,
+ which makes it 5 times faster.
**Bug fixes**