diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 19:13:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 19:13:51 -0700 |
commit | d7b41dac1e9c8d3f45cf319bf96d74552f72081a (patch) | |
tree | 96c8b9df3651101d35e96a319bc90f666992f152 | |
parent | 57af3091bd5d178c9eb52f20fbcaa8c08005bc05 (diff) |
Changelog re #979
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index b862d912..2f583825 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +* :support:`979` Update how we use `Cryptography <https://cryptography.io>`'s + signature/verification methods so we aren't relying on a deprecated API. + Thanks to Paul Kehrer for the patch. + + .. warning:: + This bumps the minimum Cryptography version from 1.1 to 1.5. Such an + upgrade should be backwards compatible and easy to do. See `their changelog + <https://cryptography.io/en/latest/changelog/>`_ for additional details. * :support:`-` Ed25519 keys never got proper API documentation support; this has been fixed. * :feature:`1026` Update `~paramiko.ed25519key.Ed25519Key` so its constructor |