summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-25 10:33:17 -0400
committerHynek Schlawack <hs@ox.cx>2017-07-25 16:33:17 +0200
commit23c965e7864bd9f37cf2c6076895c9bec395f00c (patch)
treec90c026df662bee4f21a46e29f72feb0895dc41a /CHANGELOG.rst
parent209de940c3d36e700d73385b417cb94064c13919 (diff)
downloadpyopenssl-23c965e7864bd9f37cf2c6076895c9bec395f00c.tar.gz
Delete rand.py (#675)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7b2f4db..213c397 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -14,6 +14,10 @@ Backward-incompatible changes:
- Dropped support for Python 3.3.
`#677 <https://github.com/pyca/pyopenssl/pull/677>`_
+- Removed the deprecated ``OpenSSL.rand`` module.
+ This is being done ahead of our normal deprecation schedule due to its lack of use and the fact that it was becoming a maintenance burden.
+ ``os.urandom()`` should be used instead.
+ `#675 <https://github.com/pyca/pyopenssl/pull/675>`_
Deprecations: