summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2017-04-25 12:09:41 +0100
committerGitHub <noreply@github.com>2017-04-25 12:09:41 +0100
commit66ddfe24bf0731fa7fb1bda6e6390b3e84bc57f9 (patch)
treec4f3b45c62cd476d8dc45090ee3589b63a7b1ae2
parent4fc0be786662dc5b79bf7e939eedd653c78d4616 (diff)
parent33316324d4a754beb342ec8915ad5b74bca801d3 (diff)
downloadurllib3-66ddfe24bf0731fa7fb1bda6e6390b3e84bc57f9.tar.gz
Merge pull request #1152 from Lukasa/release-1.21
Update CHANGES for 1.21.
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e38c0477..083058b0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,12 @@ Changes
dev (master)
------------
+* ... [Short description of non-trivial change.] (Issue #)
+
+
+1.21 (2017-04-25)
+-----------------
+
* Improved performance of certain selector system calls on Python 3.5 and
later. (Pull #1095)
@@ -28,6 +34,11 @@ dev (master)
* Added ``contrib`` module for using SecureTransport on macOS:
``urllib3.contrib.securetransport``. (Pull #1122)
+* urllib3 now only normalizes the case of ``http://`` and ``https://`` schemes:
+ for schemes it does not recognise, it assumes they are case-sensitive and
+ leaves them unchanged.
+ (Issue #1080)
+
* ... [Short description of non-trivial change.] (Issue #)