summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-12-06 19:46:37 -0800
committerChris McDonough <chrism@plope.com>2012-12-06 19:46:37 -0800
commit8623289291f435c34ca0126250829ead791aca7e (patch)
tree3928d54f35786812d9958bd75fd3ab6c4a1be9f7 /CHANGES.txt
parent1608b26c9d3967d258613f038ff8b5f258a4a698 (diff)
parented14191bb41a891be258fc66e671bea8a25f7db1 (diff)
downloadpyramid-8623289291f435c34ca0126250829ead791aca7e.tar.gz
pyramid-8623289291f435c34ca0126250829ead791aca7e.tar.bz2
pyramid-8623289291f435c34ca0126250829ead791aca7e.zip
Merge pull request #739 from mmerickel/fix.view-config-depth
_depth argument to view_config is now relative to view_config
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
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)
==================