summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-11-28 15:52:23 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-11-28 20:24:17 -0500
commitc81ffd0c41e76ea7c65c2f31c89371ca866aae1f (patch)
treed2d0de0d3a655b8ffe4b964e936db156e5fa330c
parent6b1513e79a3244ccd5879fdd3399ea97f87f16f9 (diff)
downloadparamiko-c81ffd0c41e76ea7c65c2f31c89371ca866aae1f.tar.gz
Changelog re #1024
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index de2319ea..38a29606 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+- :bug:`1024` Deleting items from `~paramiko.hostkeys.HostKeys` would
+ incorrectly raise `KeyError` even for valid keys, due to a logic bug. This
+ has been fixed. Report & patch credit: Jia Zhang.
- :bug:`1257` (also :issue:`1266`) Update RSA and ECDSA key decoding
subroutines to correctly catch exception types thrown by modern
versions of Cryptography (specifically ``TypeError`` and