summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-05-25 02:23:18 +0000
committerianb <devnull@localhost>2007-05-25 02:23:18 +0000
commit8451a9b6741d615075ee97a560c4173a4e25c862 (patch)
treea625bf507775611516af2b40f4bc1281f1890f77 /docs
parente9b8a9c9176ddbcc4a6e4c8073740d4f00120231 (diff)
downloadpaste-8451a9b6741d615075ee97a560c4173a4e25c862.tar.gz
Fix #179, exception for accept-languages
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index bd0b39a..a2886bf 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -47,6 +47,9 @@ svn trunk
* Fixed ``ProfileMiddleware`` not calling ``close()`` on consumed
app_iters.
+* ``httpheaders.AcceptLanguage`` now won't give an exception when
+ there is a malformed parameter in the header.
+
1.3
---