summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2021-05-26 12:42:50 -0500
committerGitHub <noreply@github.com>2021-05-26 12:42:50 -0500
commit5e8caf03bab411d4c58ed1900175009451a1dd34 (patch)
tree62a1c0a50d0d8a252f3480f6b63f6d5180b3e4f1
parente854354f575615a332c15f833d445b84648bc46e (diff)
downloadurllib3-hackathon.tar.gz
Add 1.26.5 release to CHANGES in mainhackathon
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a9ef2f8e..59e88810 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,15 @@
Changes
=======
+1.26.5 (2021-05-26)
+-------------------
+
+* Fixed deprecation warnings emitted in Python 3.10.
+* Updated vendored ``six`` library to 1.16.0.
+* Improved performance of URL parser when splitting
+ the authority component.
+
+
1.26.4 (2021-03-15)
-------------------