summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-06 22:40:07 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-06 21:40:07 -0500
commit8a1de8d6cb5656f335b49fa9f4159f82f51e374a (patch)
tree78146e50edebcd3bd11da380322006c0e11b3e0c /CHANGELOG.rst
parenta421276a6887bc905f4c3ae964844d418216c946 (diff)
downloadpyopenssl-8a1de8d6cb5656f335b49fa9f4159f82f51e374a.tar.gz
Fixed #631 -- deprecate all of OpenSSL.rand (#658)
* Fixed #631 -- deprecate all of OpenSSL.rand * syntax fix * flake8
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab1072d..f42f4d9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,7 +18,8 @@ Backward-incompatible changes:
Deprecations:
^^^^^^^^^^^^^
-*none*
+- Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.
+ `#658 <https://github.com/pyca/pyopenssl/pull/658>`_
Changes: