Fixup broken changelog

This commit is contained in:
Cory Benfield
2017-05-17 10:54:06 -07:00
parent 37ef88885c
commit 1553770014
+1 -1
View File
@@ -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.