From a8d71ca12aa648aa70e0c00f303e60da1fa97a61 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Nov 2012 18:39:25 -0500 Subject: - 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. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3