summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f439e48e..b200cb3d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,8 +3,18 @@
5.9.5 (IN DEVELOPMENT)
======================
+**Enhancements**
+
+- 2196_: in case of exception, display a cleaner error traceback by hiding the
+ `KeyError` bit deriving from a missed cache hit.
+
+**Bug fixes**
+
- 2164_, [Linux]: compilation fails on kernels < 2.6.27 (e.g. CentOS 5).
- 2186_, [FreeBSD]: compilation fails with Clang 15. (patch by Po-Chuan Hsieh)
+- 2191_, [Linux]: `disk_partitions()`_: do not unnecessarily read
+ /proc/filesystems and raise `AccessDenied`_ unless user specified `all=False`
+ argument.
5.9.4
=====