blob: 9c13d303f1820cb87937fbc38891c98ad7790922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
---------
Deprecations
------------
Backward Incompatibilities
--------------------------
Documentation Changes
---------------------
|