summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-14 01:09:40 -0500
committerChris McDonough <chrism@plope.com>2012-11-14 01:09:40 -0500
commita5b23b06b9dcd6157b9e97bfd65ff9ced0299afd (patch)
tree929c9495b69a023998f170a6c80a66a5e843427c /docs/whatsnew-1.3.rst
parent3d2dd3e0ee13ccad97b48775d135d765b3d22195 (diff)
downloadpyramid-a5b23b06b9dcd6157b9e97bfd65ff9ced0299afd.tar.gz
pyramid-a5b23b06b9dcd6157b9e97bfd65ff9ced0299afd.tar.bz2
pyramid-a5b23b06b9dcd6157b9e97bfd65ff9ced0299afd.zip
remove duplicate whatsnew entry (forward port from 1.3 branch
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 14db1fe15..f32053202 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -289,13 +289,6 @@ Minor Feature Additions
not a new feature, it just provides an API for adding a resource url
adapter without needing to use the ZCA API.
-- The :meth:`pyramid.config.Configurator.scan` method can now be passed an
- ``ignore`` argument, which can be a string, a callable, or a list
- consisting of strings and/or callables. This feature allows submodules,
- subpackages, and global objects from being scanned. See
- http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for
- more information about how to use the ``ignore`` argument to ``scan``.
-
- Better error messages when a view callable returns a value that cannot be
converted to a response (for example, when a view callable returns a
dictionary without a renderer defined, or doesn't return any value at all).