From: Kenneth Reitz Date: Thu, 15 Sep 2011 14:09:36 +0000 (-0400) Subject: ref to bug in history X-Git-Tag: v0.8.0~94^2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3443ede52a74ea1c3bc0bb9a1d835a106448d0de;p=services%2Fpython-requests.git ref to bug in history --- diff --git a/HISTORY.rst b/HISTORY.rst index 305fb43..5e976e8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,8 +7,9 @@ History * New ``r.fo`` interface for advanced response usage.* * Automatic expansion of parameterized headers * Turn off Redirects for GET/HEAD requests -* Fix for Python Pre-2.7 URL quoting -* New ``r.iter_content`` method. +* Fix for Python Pre-2.7 URL quoting (http://bugs.python.org/issue918368) +* New ``r.iter_content`` method + 0.6.1 (2011-08-20) ++++++++++++++++++