summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-04-29 18:11:49 -0400
committerKenneth Reitz <me@kennethreitz.org>2016-04-29 18:11:49 -0400
commitefb4af01271c8c0ddf49457c7096a5bc91edbdad (patch)
tree5aff9e183bf2e19d0e51d31e74c9082212fd6e51
parentf69d8c16ed47fa87b2cd0e7b8ad4ecf4871cb5c1 (diff)
downloadpython-requests-2.10.0.tar.gz
v2.10.0v2.10.0
-rw-r--r--HISTORY.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 6d753a29..0eec48db 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,17 @@
Release History
---------------
+2.10.0 (04-29-2016)
++++++++++++++++++++
+
+**New Features**
+
+- SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
+
+**Miscellaneous**
+
+- Updated bundled urllib3 to 1.15.1.
+
2.9.2 (04-29-2016)
++++++++++++++++++