summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 7a0af7f0..780227cf 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,14 +5,14 @@
**Bug fixes**
-- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
- manually and passed through ``str``.
-- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
- ``min`` and ``max`` are in MHz.
- 1915_, [Linux]: on certain kernels, ``"MemAvailable"`` field from
``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in which case we
calculate an approximation for ``available`` memory which matches "free"
CLI utility.
+- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
+ manually and passed through ``str``.
+- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
+ ``min`` and ``max`` are in MHz.
5.9.0
=====