diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-02-22 11:22:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-02-22 11:22:39 -0800 |
commit | 27a8ed14c2f3e7a1fd8e75d259f06504d5c8e11b (patch) | |
tree | d3e7e30f6e0e63a04ec99bf0a4216b63d7f6aa4f | |
parent | 6cec7a312cad7f81c48b4bb09d5fa7394222f6b6 (diff) |
Changelog re #1168
-rw-r--r-- | sites/www/changelog.rst | 4 |
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. |