summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8b9fcb37..26414f33 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,9 +18,13 @@ dev (master)
* ``HTTPResponse`` contains the last ``Retry`` object, which now also
contains retries history. (Issue #848)
-* Timeout can no longer be set as boolean, and must be greater than zero.
+* Timeout can no longer be set as boolean, and must be greater than zero.
(PR #924)
+* Removed pyasn1 and ndg-httpsclient from dependencies used for PyOpenSSL. We
+ now use cryptography and idna, both of which are already dependencies of
+ PyOpenSSL. (PR #930)
+
* ... [Short description of non-trivial change.] (Issue #)