From: Ian Cordasco Date: Tue, 23 Dec 2014 17:50:31 +0000 (-0600) Subject: Add release notes for 2.5.1 X-Git-Tag: v2.5.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce5b5fe227f939cd0195aa47822b8404357ced5d;p=services%2Fpython-requests.git Add release notes for 2.5.1 --- diff --git a/HISTORY.rst b/HISTORY.rst index 5828c9d..9f7161c 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) ++++++++++++++++++