diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-06-14 16:10:51 +0800 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-06-14 16:10:51 +0800 |
commit | 361681f45f3498ea702edc109c10d190b61067bf (patch) | |
tree | e2647abe030f560e3df048274697d1b5b45caae1 /HISTORY.rst | |
parent | 6e6141de9b822695989fcbd3cb73854ec8165f4c (diff) | |
download | psutil-connections-refactoring.tar.gz |
fix failing testconnections-refactoring
Diffstat (limited to 'HISTORY.rst')
-rw-r--r-- | HISTORY.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index b9e08da1..044b7bc0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,14 +5,12 @@ XXXX-XX-XX -**Enhancements** - -- 1530_: [NetBSD] add process cwd() support. (patch by Kamil Rytarowski) - **Bug fixes** - 1528_: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences. (patch by Arnon Yaari) +- 1535_: 'type' and 'family' fields returned by net_connections() are not + always turned into enums. 5.6.3 ===== |