diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-08-11 14:50:45 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-08-11 14:50:45 -0400 |
commit | b8151e2d95e8eba7d746e76431fa13f913a149e9 (patch) | |
tree | 78bd430d0713c6c45b0eb6a9a123da4dc9b86558 /sites/www/changelog.rst | |
parent | 26f8d113b362295003a158395d38b0e90b7b7c42 (diff) | |
parent | 02242c5620a7b910c255e458f7b4c0708f15b31e (diff) |
Merge branch '3.4'
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 |