From bf12eaaa5428798962777e05fd98be024e0ce27c Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:18 -0700 Subject: Imported Upstream version 0.6.4 --- HISTORY.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'HISTORY.rst') diff --git a/HISTORY.rst b/HISTORY.rst index b09392b..053d37a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,25 @@ History ------- +0.6.4 (2011-10-13) +++++++++++++++++++ + +* Automatic decoding of unicode, based on HTTP Headers. +* New ``decode_unicode`` setting +* Removal of ``r.read/close`` methods +* New ``r.faw`` interface for advanced response usage.* +* Automatic expansion of parameterized headers + +0.6.3 (2011-10-13) +++++++++++++++++++ + +* Beautiful ``requests.async`` module, for making async requests w/ gevent. + +0.6.2 (2011-10-09) +++++++++++++++++++ + +* GET/HEAD obeys allow_redirects=False + 0.6.1 (2011-08-20) ++++++++++++++++++ @@ -28,6 +47,7 @@ History * Improved https testing * Bugfixes + 0.5.1 (2011-07-23) ++++++++++++++++++ -- cgit v1.2.3