summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 13:49:29 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 13:49:29 -0700
commit2804b79cdeb2c140862d48883b7fdc105f05b95a (patch)
treedc029a4c4aa100bb794d2b6351afa857ae49a854 /sites
parentf570418d6a31916991fe963a3e01cbcf75f5cbae (diff)
Changelog re #921
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index e4a66356..5c0b3552 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`921` Tighten up the ``__hash__`` implementation for various key
+ classes; less code is good code. Thanks to Francisco Couzo for the patch.
* :bug:`983` Move ``sha1`` above the now-arguably-broken ``md5`` in the list of
preferred MAC algorithms, as an incremental security improvement for users
whose target systems offer both. Credit: Pierce Lopez.