diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-13 12:58:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-13 12:58:58 -0700 |
commit | 6db347afabd4b95bee214512ad27796ac5c2e84a (patch) | |
tree | 827b02421d27bd77aeb30e07501ec3828450baa9 | |
parent | 556fff1b7b1997e798279893603b6ce683b87d81 (diff) |
Changelog language tweaks
-rw-r--r-- | sites/www/changelog.rst | 11 |
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>` |