diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:29:56 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:29:56 -0800 |
commit | 6b6ff0fb33ca2e0e3b014cbca595cbc50d137e42 (patch) | |
tree | bfff839182fbcaa7d2328d62d5713a5ca22784fe /sites/www/changelog.rst | |
parent | 87c9ae72e210c6b7f492099801f6bafc81893e69 (diff) |
let's be consistent
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 8e1607c5..0f203586 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -* :bug:`713 (<2.0)` (via :issue:`714` and :issue:`889`) Don't pass +* :bug:`713 (1.17+)` (via :issue:`714` and :issue:`889`) Don't pass initialization vectors to PyCrypto when dealing with counter-mode ciphers; newer PyCrypto versions throw an exception otherwise (older ones simply ignored this parameter altogether). Thanks to ``@jmh045000`` for report & |