diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-13 15:37:12 -0400 |
---|---|---|
committer | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-13 15:37:12 -0400 |
commit | 556fff1b7b1997e798279893603b6ce683b87d81 (patch) | |
tree | 72922da259a1dc51dbde395447a6724bb99bf0ad | |
parent | 1d8bb422bf8cf79b8a148e48c4c9b57966a43542 (diff) |
changelog: update for #990 and #993
-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 3c6aa609..aa370bae 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ 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. * :release:`2.2.0 <2017-06-09>` * :release:`2.1.3 <2017-06-09>` * :release:`2.0.6 <2017-06-09>` |