Michael Merickel
2017-07-08 4ed714ac73f123fdc2de9a3961c5f6eb03fba8de
add changelog for #3123
1 files modified
14 ■■■■ changed files
CHANGES.txt 14 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,10 +1,16 @@
unreleased
==========
- Add a ``_category`` argument to the ``pyramid.view.view_config`` decorator.
  This argument will be forwarded to venusian and can be used to affect
  what items are picked up by ``config.scan(..., category=...)``.
  See https://github.com/Pylons/pyramid/pull/3121
- 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/3121 and
  https://github.com/Pylons/pyramid/pull/3123
1.9 (2017-06-26)
================