projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44910b
)
Clarify our 1.2.1 behaviour change.
author
Cory Benfield
<lukasaoz@gmail.com>
Tue, 11 Feb 2014 07:31:47 +0000
(07:31 +0000)
committer
Cory Benfield
<lukasaoz@gmail.com>
Tue, 11 Feb 2014 07:31:47 +0000
(07:31 +0000)
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index 8bdb6ab134f6441732d62405634f58d2e940ec9a..90ea6146b5b7a4af722ad9cfe1a161acc5599bd7 100644
(file)
--- 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