Merge pull request #3514 from Lukasa/prepare-2.11.1

Prepare for 2.11.1 bugfix release.
This commit is contained in:
2016-08-17 16:01:58 -04:00
committed by GitHub
+11
View File
@@ -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)
+++++++++++++++++++