summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <ian.cordasco@rackspace.com>2014-12-23 11:50:31 -0600
committerIan Cordasco <ian.cordasco@rackspace.com>2014-12-23 11:50:31 -0600
commitce5b5fe227f939cd0195aa47822b8404357ced5d (patch)
treeca9a982988ea3dda8dee548e99cd4aa1354cf628
parenteccbf4a4125199d353ec53e11dea56592270041a (diff)
downloadpython-requests-ce5b5fe227f939cd0195aa47822b8404357ced5d.tar.gz
Add release notes for 2.5.1
-rw-r--r--HISTORY.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 5828c9d2..9f7161c6 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,19 @@
Release History
---------------
+2.5.1 (2014-12-23)
+++++++++++++++++++
+
+**Behavioural Changes**
+
+- Only catch HTTPErrors in raise_for_status (#2382)
+
+**Bugfixes**
+
+- Handle LocationParseError from urllib3 (#2344)
+- Handle file-like object filenames that are not strings (#2379)
+- Unbreak HTTPDigestAuth handler. Allow new nonces to be negotiated (#2389)
+
2.5.0 (2014-12-01)
++++++++++++++++++