From: Kenneth Reitz Date: Thu, 19 Jan 2012 02:25:03 +0000 (-0500) Subject: v0.9.2 X-Git-Tag: v0.9.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49d79546e88adddbff358a5bbafaa43aca30988f;p=services%2Fpython-requests.git v0.9.2 --- diff --git a/HISTORY.rst b/HISTORY.rst index 068ac5b..01b550e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,19 @@ History ------- +0.9.2 (2012-01-18) +++++++++++++++++++ + +* Asyncronous async.send method. +* SSL verify=False bugfix (apparent on windows machines). +* Support for proper chunk streams with boundaries. +* session argument for Session classes. +* Print entire hook tracebacks, not just exception instance. +* Fix response.iter_lines from pending next line. +* Fix but in HTTP-digest auth w/ URI having query strings. +* Fix in Event Hooks section. +* Urllib3 update. + 0.9.1 (2012-01-06) ++++++++++++++++++