summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-02-22 11:22:39 -0800
committerJeff Forcier <jeff@bitprophet.org>2018-02-22 11:22:39 -0800
commit27a8ed14c2f3e7a1fd8e75d259f06504d5c8e11b (patch)
treed3e7e30f6e0e63a04ec99bf0a4216b63d7f6aa4f
parent6cec7a312cad7f81c48b4bb09d5fa7394222f6b6 (diff)
Changelog re #1168
-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 d415aa92..3faf7d0e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`1168` Add newer key classes for Ed25519 and ECDSA to
+ ``paramiko.__all__`` so that code introspecting that attribute, or using
+ ``from paramiko import *`` (such as some IDEs) sees them. Thanks to
+ ``@patriksevallius`` for the patch.
* :bug:`1039` Ed25519 auth key decryption raised an unexpected exception when
given a unicode password string (typical in python 3). Report by Theodor van
Nahl and fix by Pierce Lopez.