diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 19:03:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 19:03:08 -0700 |
commit | 6ab07ec442e0a7cc2436a90c800c0d10cc9adbd6 (patch) | |
tree | 2eb30bf69588c8eba6e61e056393215f4647413e | |
parent | a2de0ad4e5aa9ce2a98ed0009990d525f744073b (diff) |
Changelog update for #1026 plus related changes
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3a9409b3..b862d912 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :support:`-` Ed25519 keys never got proper API documentation support; this + has been fixed. +* :feature:`1026` Update `~paramiko.ed25519key.Ed25519Key` so its constructor + offers the same ``file_obj`` parameter as its sibling key classes. Credit: + Michal Kuffa. * :feature:`1013` Added pre-authentication banner support for the server interface (`ServerInterface.get_banner <paramiko.server.ServerInterface.get_banner>` plus related support in |