diff options
| author | Michael Merickel <michael@merickel.org> | 2017-07-08 11:06:11 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-07-08 11:06:11 -0500 |
| commit | a0aaf09c7e7792cd8103fbe9843650203c1d73b5 (patch) | |
| tree | 986a79f1ce16351641c3adec6e30881be8119d77 | |
| parent | ff94b32c213181b1d8d8a98065d222da0cdce36b (diff) | |
| download | pyramid-a0aaf09c7e7792cd8103fbe9843650203c1d73b5.tar.gz pyramid-a0aaf09c7e7792cd8103fbe9843650203c1d73b5.tar.bz2 pyramid-a0aaf09c7e7792cd8103fbe9843650203c1d73b5.zip | |
add changelog for #3105
| -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 --------- |
