summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c52da1b76..400e6d896 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -103,6 +103,12 @@ Backward Incompatibilities
by the default execution policy.
See https://github.com/Pylons/pyramid/pull/3496
+- ``pyramid.config.Configurator.scan`` will no longer, by default, execute
+ Venusian decorator callbacks registered for categories other than
+ ``'pyramid'``. To find any decorator regardless of category, specify
+ ``config.scan(..., categories=None)``.
+ See https://github.com/Pylons/pyramid/pull/3510
+
Documentation Changes
---------------------