From: Kenneth Reitz Date: Mon, 23 Apr 2012 02:08:39 +0000 (-0400) Subject: v0.11.2 X-Git-Tag: v0.12.0~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f647352d01d933b1c16eace30a69edbb38cda61f;p=services%2Fpython-requests.git v0.11.2 --- diff --git a/HISTORY.rst b/HISTORY.rst index ffb0e83..0d84968 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,16 @@ History ------- +0.11.2 (2012-04-??) ++++++++++++++++++++ + +- Attempt to use the OS's certificate bundle if ``certifi`` isn't available. +- Infinite digest auth redirect fix +- Multi-part file upload improvements +- Fix decoding of invalid %encodings in URLs +- Rewrite unquote_unreserved based on urllib.unquote +- If there is no content in a response don't throw an error the second time that content is attempted to be read. +- Upload data on redirects. 0.11.1 (2012-03-30) +++++++++++++++++++