summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-23 03:35:13 -0400
committerChris McDonough <chrism@plope.com>2011-08-23 03:35:13 -0400
commit141f90581ce667ff12db8ef9ccd8a6e59d07ef73 (patch)
treea6f572c9f4b7dce76f129b649ee52d0f2b92edc7 /CHANGES.txt
parent6162b6166a5723a49958c22f420e398ea72e6f95 (diff)
downloadpyramid-141f90581ce667ff12db8ef9ccd8a6e59d07ef73.tar.gz
pyramid-141f90581ce667ff12db8ef9ccd8a6e59d07ef73.tar.bz2
pyramid-141f90581ce667ff12db8ef9ccd8a6e59d07ef73.zip
add changes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 994d8c301..c752f8005 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -98,6 +98,11 @@ Features
output produced can be useful when trying to diagnose
authentication-related problems.
+- New view predicate: ``match_param``. Example: a view added via
+ ``config.add_view(aview, match_param='action=edit')`` will be called only
+ when the ``request.matchdict`` has a value inside it named ``action`` with
+ a value of ``edit``.
+
Internal
--------