diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 13:12:09 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 13:12:09 -0700 |
commit | 692130f28e5bc7db65d4d0d08a5ce22099405779 (patch) | |
tree | 89e1bf0292bcc76eb89f0cf0b0c518b95be87101 /sites | |
parent | d2c3b166242a5958240d4c79a4913fe2ef681cb7 (diff) |
Changelog re #1071
Diffstat (limited to 'sites')
-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 2790036f..d5cc3db7 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`1071` Certificate support broke the no-certificate case for Ed25519 + keys (symptom is an ``AttributeError`` about ``public_blob``.) This went + uncaught due to cert autoload behavior (i.e. our test suite never actually + ran the no-cert case, because the cert existed!) Both issues have been fixed. + Thanks to John Hu for the report. * :release:`2.3.0 <2017-09-18>` * :release:`2.2.2 <2017-09-18>` * :release:`2.1.4 <2017-09-18>` |