summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-01 03:40:28 +0000
committerianb <devnull@localhost>2007-02-01 03:40:28 +0000
commita5b2744a4d344d7c00d699f77974e6b9b809915e (patch)
tree0a59041e36087f4f5bf8496ddbd0f78cd45ab4d3 /docs
parentabfca84b011f8b36132b67f55cb0a19f855147ae (diff)
downloadpaste-1.2.tar.gz
Fix for FileApp replying to non-GET requests, and giving the body for HEAD requests1.2
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 afd59e8..965b301 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -6,6 +6,11 @@ News
svn trunk
---------
+* **Backward incompatible change**: ``paste.fileapp.FileApp`` properly
+ supports request methods, including HEAD. If you were subclassing
+ ``FileApp`` or ``DataApp`` and overriding ``__call__()`` you may have
+ to subclass ``get()`` instead.
+
* paste.httpheaders now parses the HTTP Accept-Language header and returns
a list of languages the browser supports in the order it prefers them.