From: Kenneth Reitz Date: Sun, 5 Oct 2014 17:13:42 +0000 (-0400) Subject: v2.4.2 changelog X-Git-Tag: v2.4.2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90dc467fc0b1f4f1b7472acb5708e3017a53fa70;p=services%2Fpython-requests.git v2.4.2 changelog --- diff --git a/HISTORY.rst b/HISTORY.rst index 2e4a807..f470b81 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,28 @@ Release History --------------- +2.4.2 (2014-10-05) +++++++++++++++++++ + +**Improvements** + +- FINALLY! Add json parameter for uploads! (`#2258 `_) +- Support for bytestring URLs on Python 3.x (`#2238 `_) + +**Bugfixes** + +- Avoid getting stuck in a loop (`#2244 `_) +- Multiple calls to iter* fail with unhelpful error. (`#2240 `_, `#2241 `_) +- Automatically defrag authentication schemes from host/pass URIs. (`#2249 `_) + +**Documentation** + +- Correct redirection introduction (`#2245 `_) +- Added example of how to send multiple files in one request. (`#2227 `_) +- Clarify how to pass a custom set of CAs (`#2248 `_) + + + 2.4.1 (2014-09-09) ++++++++++++++++++