From ed14191bb41a891be258fc66e671bea8a25f7db1 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 6 Dec 2012 15:13:49 -0600 Subject: _depth argument to view_config is now relative to view_config This hides an implementation detail that view_config is at least 1 level away from user code. --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 841d2ebec..1f2b1fc30 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,15 @@ +next release +============ + +Backwards Incompatibilities +--------------------------- + +- Modified the ``_depth`` argument to ``pyramid.view.view_config`` to accept + a value relative to the invocation of ``view_config`` itself. Thus, when it + was previously expecting a value of ``1`` or greater, to reflect that + the caller of ``view_config`` is 1 stack frame away from ``venusian.attach``, + this implementation detail is now hidden. + 1.4b1 (2012-11-21) ================== -- cgit v1.2.3