summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-22 01:41:53 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-22 01:41:53 +0200
commit0ea0d8194f02d59ac70249f02a55c7031a46b659 (patch)
tree8acee6e4eb3a1c47b5849403c0a1517d675ef68b /docs
parenta8a17ce1d575c26f35b71ef93038c746802cb777 (diff)
downloadpaste-0ea0d8194f02d59ac70249f02a55c7031a46b659.tar.gz
Prepare release 2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 58071f1..9f90a39 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,15 +3,15 @@ News
.. contents::
-hg tip
-------
+2.0
+---
+
+* Experimental Python 3 support.
* paste now requires the six module.
* Drop support of Python 2.5 and older.
-* Experimental Python 3 support.
-
* Fixed ``egg:Paste#cgi``
* In ``paste.httpserver``: give a 100 Continue response even when the
@@ -23,7 +23,7 @@ hg tip
* Fixed parsing of paths beginning with multiple forward slashes.
-* Add tox.ini to run tests with tox.
+* Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4.
1.7.5.1
-------