diff options
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5f83d7c4f..c58e98d8d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -95,6 +95,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 --------------------- |
