From 49d79546e88adddbff358a5bbafaa43aca30988f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Jan 2012 21:25:03 -0500 Subject: [PATCH] v0.9.2 --- HISTORY.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) ++++++++++++++++++ -- 2.34.1