summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-09-09 12:34:34 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-09-09 12:34:34 -0400
commitdff383ce8f7a7f1c348c1cb5ea970a59fbe48527 (patch)
tree09788e38f9d34c619899341e32ebf4529df0ec3a /HISTORY.rst
parent5e94c81e98168e79cb4e46e27a7630e94e785cec (diff)
downloadpython-requests-2.4.1.tar.gz
requests v2.4.1v2.4.1
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 26d5c65b..2e4a8075 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,15 @@
Release History
---------------
+2.4.1 (2014-09-09)
+++++++++++++++++++
+
+- Now has a "security" package extras set, ``$ pip install requests[security]``
+- Requests will now use Certifi if it is available.
+- Capture and re-raise urllib3 ProtocolError
+- Bugfix for responses that attempt to redirect to themselves forever (wtf?).
+
+
2.4.0 (2014-08-29)
++++++++++++++++++