summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2016-07-19 14:45:49 +0100
committerCory Benfield <lukasaoz@gmail.com>2016-07-19 14:45:49 +0100
commit34eed7df02a9a07cf8e70b0de7c493e4668bf40d (patch)
treea10f59a21d7a120e518b7874d766180b5abd547f
parente6e45a67627354f2b6a13c4a8d2135772c30d211 (diff)
downloadurllib3-remove-extra-dependencies.tar.gz
-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 #)