summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Larson <SethMichaelLarson@users.noreply.github.com>2018-04-24 17:04:36 -0500
committerGitHub <noreply@github.com>2018-04-24 17:04:36 -0500
commit2906be4d1682363f80f1044ecb1b25239a86f44b (patch)
treece24a644a2b96c9153a4d8c409dea8eac625138d
parent0fab5f709d1cac7dee492b62f17e2cf3fd97ee3d (diff)
downloadurllib3-choose-boundary.tar.gz
Update entry in changelogchoose-boundary
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4b6ca7cb..3c909e1c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,7 @@ dev (master)
* Add the port to the connectionpool connect print (Pull #1251)
-* Lazily load `uuid` to boost performance on imports (Pull #1270)
+* Don't use the ``uuid`` module to create multipart data boundaries. (Pull #1380)
* ``read_chunked()`` on a closed response returns no chunks. (Issue #1088)