diff options
-rw-r--r-- | docs/news.txt | 18 |
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 ----- |