From 90a166d44ae2d6b0887140f64c0c79051fd8c0f3 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Fri, 11 Mar 2016 09:57:59 +0000 Subject: [PATCH] Release note. --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 1fa26b7f..969ad843 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,8 @@ Release History **Bugfixes** - Don't use redirect_cache if allow_redirects=False +- When passed objects that throw exceptions from ``tell()``, send them via + chunked transfer encoding instead of failing. 2.9.1 (2015-12-21) ++++++++++++++++++