summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-13 07:13:04 -0400
committerChris McDonough <chrism@plope.com>2011-10-13 07:13:04 -0400
commitc44147eda679e716c53dc22bed0f0b7a283f7366 (patch)
treea51387bfc8317817f3ae5cb55c54e20a111ed4e2 /docs
parentb025708467136bd33eb0fe14dc8c48bf7a0f8844 (diff)
downloadwebob-feature.pylons10compat.tar.gz
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 488733c..3e47548 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -33,6 +33,13 @@ master
than text. Use ``uscript_name`` and ``upath_info`` to get the text version
of SCRIPT_NAME and PATH_INFO.
+* Don't raise an exception if ``unicode_errors`` or ``decode_param_names`` is
+ passed to the Request constructor. Instead, emit a warning. For benefit
+ of Pylons 1.X, which passes both.
+
+* Don't raise an exception if HTTPException.exception is used; instead emit a
+ warning. For benefit of Pylons 1.X, which uses it.
+
1.2a2
---------