summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2018-04-12 22:26:21 -0400
committerwbond <will@wbond.net>2018-04-12 22:26:21 -0400
commitc794f27ba5a70ba79d5b4516740cdce56e73b63b (patch)
tree102552d3cf68079ab8788cc94e137c89c080053c
parent7181dd565521f8464546ee54e6256aef9cbd789c (diff)
downloadurllib3-c794f27ba5a70ba79d5b4516740cdce56e73b63b.tar.gz
Add Python 2.6 contrib.securetransport enhancement to docs
-rw-r--r--CHANGES.rst2
-rw-r--r--CONTRIBUTORS.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b688e64b..d2f31abf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,6 +24,8 @@ dev (master)
* ``read_chunked()`` on a closed response returns no chunks. (Issue #1088)
+* Add Python 2.6 support to ``contrib.securetransport`` (Pull #1359)
+
* ... [Short description of non-trivial change.] (Issue #)
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 22b4c04a..6e59f205 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -249,5 +249,8 @@ In chronological order:
* Dominique Leuenberger <dimstar@opensuse.org>
* Minor fixes in the test suite
+* Will Bond <will@wbond.net>
+ * Add Python 2.6 support to ``contrib.securetransport``
+
* [Your name or handle] <[email or website]>
* [Brief summary of your changes]