summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-13 12:58:58 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-13 12:58:58 -0700
commit6db347afabd4b95bee214512ad27796ac5c2e84a (patch)
tree827b02421d27bd77aeb30e07501ec3828450baa9
parent556fff1b7b1997e798279893603b6ce683b87d81 (diff)
downloadparamiko-6db347afabd4b95bee214512ad27796ac5c2e84a.tar.gz
Changelog language tweaks
-rw-r--r--sites/www/changelog.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index aa370bae..bed4fd7f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,11 +2,12 @@
Changelog
=========
-* :bug:`993` ssh-ed25519 host keys were not comparable, causing an
- exception if such a key existed in ``known_hosts``. Thanks Oleh Prypin
- for the report and Pierce Lopez for the fix.
-* :bug:`990` The bcrypt dependency should have been on version 3.1.3 or
- greater. Thanks Paul Howarth for the report.
+* :bug:`993` Ed25519 host keys were not comparable/hashable, causing an
+ exception if such a key existed in a ``known_hosts`` file. Thanks to Oleh
+ Prypin for the report and Pierce Lopez for the fix.
+* :bug:`990` The (added in 2.2.0) ``bcrypt`` dependency should have been on
+ version 3.1.3 or greater (was initially set to 3.0.0 or greater.) Thanks to
+ Paul Howarth for the report.
* :release:`2.2.0 <2017-06-09>`
* :release:`2.1.3 <2017-06-09>`
* :release:`2.0.6 <2017-06-09>`