summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 12:27:14 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 12:27:14 -0700
commitc87ece67f6663892836f57da0e97cd2cfc1faf2a (patch)
treec3abd241df356539a0cea0db82f4e3fe64da5748 /sites
parenta2e54d5ea4f726de1fe27b1da792787a2344060e (diff)
Changelog re #857
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 3f45334d..0db12afe 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :feature:`857` Allow `SSHClient.set_missing_host_key_policy
+ <paramiko.client.SSHClient.set_missing_host_key_policy>` to accept policy
+ classes _or_ instances, instead of only instances, thus fixing a
+ long-standing gotcha for unaware users.
* :feature:`951` Add support for ECDH key exchange (kex), specifically the
algorithms ``ecdh-sha2-nistp256``, ``ecdh-sha2-nistp384``, and
``ecdh-sha2-nistp521``. Thanks to Shashank Veerapaneni for the patch.