summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-05 14:26:27 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-05 14:26:27 -0700
commit286b5fb7088b11efcbe6c1b452a1d1785890ac3f (patch)
tree6556a860160bdbb02d6bc8f5da8fea8e3414f203 /sites/www/changelog.rst
parent8ece9074003ddc785b72764783102325fe140a75 (diff)
Changelog re #335
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 57f00f12..f1215f62 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :bug:`335 major` Fix ECDSA key generation (generation of brand new ECDSA keys
+ was broken previously). Thanks to ``@solarw`` for catch & patch.
* :feature:`184` Support quoted values in SSH config file parsing. Credit to
Yan Kalchevskiy.
* :feature:`131` Add a `~paramiko.sftp_client.SFTPClient.listdir_iter` method