summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-14 10:48:55 -0400
committerJeff Forcier <jeff@bitprophet.org>2014-04-14 10:48:59 -0400
commit160e2c08e0b7652a92d879c0e481ce72cddafef7 (patch)
treeaf35c0e1234d2f61d3f606bc2799c7d6cc27b3ac
parentbe7c679942b9b3a1838cce692f87e1c3d45092cf (diff)
Changelog, closes #295
-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 4563877d..eff8c2e8 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`295` Swap out a bunch of PyCrypto hash functions with use of
+ `hashlib`
* :support:`290` (also :issue:`292`) Add support for building universal
(Python 2+3 compatible) wheel files during the release process. Courtesy of
Alex Gaynor.