summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2007-02-01 03:40:28 +0000
committerIan Bicking <ian@ianbicking.org>2007-02-01 03:40:28 +0000
commite37907f6e8a5930430f4baf5915aa9716db097c5 (patch)
tree0a59041e36087f4f5bf8496ddbd0f78cd45ab4d3 /docs
parentabf264b173ef2fdb5744e0cf0186dfa02406fc46 (diff)
downloadpaste-git-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.