diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.2.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst index 1ecf1d746..4147b4285 100644 --- a/docs/whatsnew-1.2.rst +++ b/docs/whatsnew-1.2.rst @@ -154,6 +154,12 @@ Minor Feature Additions :meth:`venusian.Scanner.scan` to influence error behavior when an exception is raised during scanning. +- The ``request_method`` predicate argument to + :meth:`pyramid.config.Configurator.add_view` and + :meth:`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. + Deprecations ------------ |
