summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2008-02-17 18:17:11 +0000
committerIan Bicking <ianb@colorstudy.com>2008-02-17 18:17:11 +0000
commitceeff6c59a0d9e94d243cf07fb678675e269fa16 (patch)
tree43dedd4dae51a5b34b024c70bb7e7f9c062b9a2e
parentf57b9a468ecf35d2c0cd65c9437b05c5ec4e1028 (diff)
downloadwebob-0.9.tar.gz
rearrange news for release0.9
-rw-r--r--docs/news.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ef3a370..41f5f92 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,8 @@ News
.. contents::
-svn trunk
----------
+0.9
+---
* Added ``req.urlarg``, which represents positional arguments in
``environ['wsgiorg.routing_args']``.
@@ -15,13 +15,6 @@ svn trunk
new-style classes or ``webob.Response`` objects). In Python 2.5 the
exceptions are ``webob.Response`` objects.
-* The ``decode_param_names`` argument (used like
- ``Request(decode_param_names=True)``) was being ignored.
-
-* Unicode decoding of file uploads and file upload filenames were
- causing errors when decoding non-file-upload fields (both fixes from
- Ryan Barrett).
-
Backward Incompatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -42,6 +35,13 @@ Bugfixes and Small Changes
``resp.body += text`` or ``resp.unicode_body += text``, depending on
the type of ``text``.
+* The ``decode_param_names`` argument (used like
+ ``Request(decode_param_names=True)``) was being ignored.
+
+* Unicode decoding of file uploads and file upload filenames were
+ causing errors when decoding non-file-upload fields (both fixes from
+ Ryan Barrett).
+
0.8.5
-----