summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-04 18:39:25 -0500
committerChris McDonough <chrism@plope.com>2012-11-04 18:39:25 -0500
commita8d71ca12aa648aa70e0c00f303e60da1fa97a61 (patch)
tree664befdad1e31820c6ff39dd99e47f10d253d4ce /CHANGES.txt
parentfee21a3199d2d6e24e34c1e4bc71dfcfa0e31e64 (diff)
downloadpyramid-a8d71ca12aa648aa70e0c00f303e60da1fa97a61.tar.gz
pyramid-a8d71ca12aa648aa70e0c00f303e60da1fa97a61.tar.bz2
pyramid-a8d71ca12aa648aa70e0c00f303e60da1fa97a61.zip
- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will
permit limited compisition reuse of the decorator by other software that wants to provide custom decorators that are much like view_config. Closes #637.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 43a910f96..5175baa5a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,10 @@ Features
class; that's enough to satisfy WebOb and behave as it did before with the
monkeypatching.
+- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will
+ permit limited composition reuse of the decorator by other software that
+ wants to provide custom decorators that are much like view_config.
+
Bug Fixes
---------