diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 11:05:25 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 11:05:25 -0400 |
commit | 9e2e9812247adbedf0eab84ad5cdd80c458d68f9 (patch) | |
tree | 0e6bab0f8bf86ce26886b9e8edcb6705d99965e6 | |
parent | 191fd465f166588922ccbf08b65d4479d8520d6a (diff) |
Changelog, closes #297
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 5f019bb8..653502ca 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :support:`297` Replace PyCrypto's ``Random`` with `os.urandom` for improved + speed and security. Thanks again to Alex. * :support:`295` Swap out a bunch of PyCrypto hash functions with use of `hashlib`. Thanks to Alex Gaynor. * :support:`290` (also :issue:`292`) Add support for building universal |