diff options
| author | Michael Merickel <michael@merickel.org> | 2017-07-08 12:07:41 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-07-08 12:07:41 -0500 |
| commit | 77e2f18b333382d8881944f97956ac437dafccab (patch) | |
| tree | 17a6755fc46e4b7bd03d3acb3d6931f941b8a4d2 | |
| parent | 49815841fbdc67298b2a239f79be154343d4bcb8 (diff) | |
| download | pyramid-77e2f18b333382d8881944f97956ac437dafccab.tar.gz pyramid-77e2f18b333382d8881944f97956ac437dafccab.tar.bz2 pyramid-77e2f18b333382d8881944f97956ac437dafccab.zip | |
add changelog for #3122
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9c13d303f..986274d86 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,10 +4,16 @@ 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 +- Add a ``_depth`` and ``_category`` arguments to all of the venusian + decorators. The ``_category`` argument can be used to affect which actions + are registered when performing a ``config.scan(..., category=...)`` with a + specific category. The ``_depth`` argument should be used when wrapping + the decorator in your own. This change affects ``pyramid.view.view_config``, + ``pyramid.view.exception_view_config``, + ``pyramid.view.forbidden_view_config``, ``pyramid.view.notfound_view_config``, + ``pyramid.events.subscriber`` and ``pyramid.response.response_adapter`` + decorators. See https://github.com/Pylons/pyramid/pull/3105 and + https://github.com/Pylons/pyramid/pull/3122 Bug Fixes --------- |
