summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2015-04-03 21:36:51 -0600
committerBert JW Regeer <bertjw@regeer.org>2015-04-03 21:36:51 -0600
commit2aefb60ae062ff1bc88653e05e2a48adf3fce45e (patch)
tree63167e46b76d2e38c1319489248a6704931df832 /docs
parent1536942cc6fd8d8eb62966d5ef23024bb68ff292 (diff)
downloadwebob-2aefb60ae062ff1bc88653e05e2a48adf3fce45e.tar.gz
Add bugfix notice for Response.from_file
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 1fd03eb..d47ae4c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -15,6 +15,11 @@ Features
Bug Fixes
~~~~~~~~~
+- Response.from_file returns HTTP headers as latin1 rather than UTF-8, this
+ fixes the usage on Google AppEngine. See
+ https://github.com/Pylons/webob/issues/99 and
+ https://github.com/Pylons/webob/pull/150
+
- Fix a bug in parsing the auth parameters that contained bad white space. This
makes the parsing fall in line with what's required in RFC7235. See
https://github.com/Pylons/webob/issues/158