summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-11 18:16:02 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-11 18:16:02 +0100
commitd8cb832f8cc7ef2695472ec0f752c59c72916274 (patch)
tree3baed4d085b2333229e875a856cafa5a72d3610e /HISTORY.rst
parent1ec2f2ec0c7e751f3c68eca477c197690b4c2667 (diff)
downloadpsutil-d8cb832f8cc7ef2695472ec0f752c59c72916274.tar.gz
fix #1627: [Linux] Process.memory_maps() can raise KeyError
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 e5d42afa..68309241 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -23,6 +23,7 @@ XXXX-XX-XX
**Bug fixes**
- 1538_: [NetBSD] process cwd() may return ENOENT instead of NoSuchProcess.
+- 1627_: [Linux] Process.memory_maps() can raise KeyError.
- 1642_: [SunOS] querying basic info for PID 0 results in FileNotFoundError.
- 1646_: [FreeBSD] many Process methods may cause a segfault on FreeBSD 12.0
due to a backward incompatible change in a C type introduced in 12.0.