diff options
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d84df4f3..d908558c 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :bug:`2419` (fixed in :issue:`2421`) Massage our import of the TripleDES + cipher to support Cryptography >=43; this should prevent + ``CryptographyDeprecationWarning`` from appearing upon import. Thanks to + Erick Alejo for the report and Bryan Banda for the patch. - :bug:`2420` Modify a test-harness skiptest check to work with newer versions of Cryptography. Props to Paul Howarth for the patch. - :bug:`2353` Fix a 64-bit-ism in the test suite so the tests don't encounter a |