summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/news.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 965b301..0319742 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,14 @@ News
.. contents::
-svn trunk
----------
+1.2.1
+-----
+
+* ``paste.httpserver`` didn't implement the ``readline`` that the
+ ``cgi`` module wants (regression in 1.2).
+
+1.2
+---
* **Backward incompatible change**: ``paste.fileapp.FileApp`` properly
supports request methods, including HEAD. If you were subclassing