summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/news.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 532e5b0..fe347b3 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,11 @@ News
.. contents::
-svn trunk
----------
+1.1.1
+-----
+
+* Fixed major issue with serving static files on Windows (a regression
+ in Paste 1.1 where most static files would return 404 Not Found).
* Fixed ``parse_dict_querystring`` returning empty dicts instead of
``MultiDict``s.