From: Cory Benfield Date: Tue, 11 Feb 2014 07:31:47 +0000 (+0000) Subject: Clarify our 1.2.1 behaviour change. X-Git-Tag: v2.3.0~5^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=969195ad55f9e44ee2e1605e8561123bfed62c4e;p=services%2Fpython-requests.git Clarify our 1.2.1 behaviour change. --- diff --git a/HISTORY.rst b/HISTORY.rst index 8bdb6ab..90ea614 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -128,6 +128,8 @@ Release History 1.2.1 (2013-05-20) ++++++++++++++++++ +- 301 and 302 redirects now change the verb to GET for all verbs, not just + POST, improving browser compatibility. - Python 3.3.2 compatibility - Always percent-encode location headers - Fix connection adapter matching to be most-specific first