From 1553770014dc1579d74b79f7b20dea5184242ef4 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 17 May 2017 10:54:06 -0700 Subject: [PATCH] Fixup broken changelog --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c6123ee6..53263033 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -47,7 +47,7 @@ Release History **Bugfixes** - Much improved handling of non-ASCII ``Location`` header values in redirects. - Fewer ``UnicodeDecodeError``s are encountered on Python 2, and Python 3 now + Fewer ``UnicodeDecodeErrors`` are encountered on Python 2, and Python 3 now correctly understands that Latin-1 is unlikely to be the correct encoding. - If an attempt to ``seek`` file to find out its length fails, we now appropriately handle that by aborting our content-length calculations.