Skip to content

Commit

Permalink
add changelog for Pylons#3122
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jul 8, 2017
1 parent 4981584 commit 77e2f18
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down

0 comments on commit 77e2f18

Please sign in to comment.