summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-31 03:48:02 -0400
committerChris McDonough <chrism@plope.com>2011-08-31 03:48:02 -0400
commit49f0829352e52ee3ef7643905e534207210204f6 (patch)
tree033dbfb296b9f78a65aee6e6d0c10c88f0669e32 /CHANGES.txt
parent1aeae3565e07b99e737e6572ac5ba1b1bbf42abb (diff)
downloadpyramid-49f0829352e52ee3ef7643905e534207210204f6.tar.gz
pyramid-49f0829352e52ee3ef7643905e534207210204f6.tar.bz2
pyramid-49f0829352e52ee3ef7643905e534207210204f6.zip
- The ``request_method`` predicate argument to
``pyramid.config.Configurator.add_view`` and ``pyramid.config.Configurator.add_route`` is now permitted to be a tuple of HTTP method names. Previously it was restricted to being a string representing a single HTTP method name. - Move add_view tests and tween tests to more reasonable places.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dd15e313e..7f2834542 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,12 @@ Features
passed to ``venusian.Scanner.scan()`` to influence error behavior when
an exception is raised during scanning.
+- The ``request_method`` predicate argument to
+ ``pyramid.config.Configurator.add_view`` and
+ ``pyramid.config.Configurator.add_route`` is now permitted to be a tuple of
+ HTTP method names. Previously it was restricted to being a string
+ representing a single HTTP method name.
+
Dependencies
------------