diff options
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dd1f3ea52..9c13d303f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,11 @@ unreleased Features -------- +- Add a ``_category`` argument to the ``pyramid.view.view_config`` decorator + that can be used to affect which actions are registered when performing + a ``config.scan(..., category=...)`` with a specific category. + See https://github.com/Pylons/pyramid/pull/3105 + Bug Fixes --------- |
