From ab1a6a4d0057e8eb1ccd70c580d78a8bac3506ea Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Mon, 15 Aug 2016 10:05:37 +0100 Subject: [PATCH] Prepare changelog for 2.11.1. --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index faa9364a..b694147a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) +++++++++++++++++++