summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news.txt')
-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.