mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3514 from Lukasa/prepare-2.11.1
Prepare for 2.11.1 bugfix release.
This commit is contained in:
+11
@@ -3,6 +3,17 @@
|
||||
Release History
|
||||
---------------
|
||||
|
||||
2.11.1 (2016-08-XX)
|
||||
+++++++++++++++++++
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
- Fixed a bug when using ``iter_content`` with ``decode_unicode=True`` for
|
||||
streamed bodies would raise ``AttributeError``. This bug was introduced in
|
||||
2.11.
|
||||
- Strip Content-Type and Transfer-Encoding headers from the header block when
|
||||
following a redirect that transforms the verb from POST/PUT to GET.
|
||||
|
||||
2.11.0 (2016-08-08)
|
||||
+++++++++++++++++++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user