summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-24 08:32:21 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-24 08:32:21 +0000
commit2eb64f7a8bc7830667c3cb924bb5c13be3859b38 (patch)
tree948d9de136078a1cb56be1c874aa0b2ca82d1115 /CHANGES.txt
parentaf7a1d9a699f8fafba717244641de5de7cab77e8 (diff)
downloadpyramid-2eb64f7a8bc7830667c3cb924bb5c13be3859b38.tar.gz
pyramid-2eb64f7a8bc7830667c3cb924bb5c13be3859b38.tar.bz2
pyramid-2eb64f7a8bc7830667c3cb924bb5c13be3859b38.zip
Remove match_val feature: it's a pretty nuisance
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 47720221b..2520b8f5e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,15 +4,6 @@ Next release
Features
--------
-- New view predicate: match_val. The ``match_val`` value represents
- the presence of a value in the structure added to the request named
- ``matchdict`` during URL dispatch representing the match values from
- the route pattern (e.g. if the route pattern has ``:foo`` in it, and
- the route matches, a key will exist in the matchdict named ``foo``).
- Like all other view predicates, this feature is exposed via the
- ``bfg_view`` API, the Configurator ``add_view`` API, and the ZCML
- ``view`` directive.
-
- New argument to ``repoze.bfg.configuration.Configurator.add_route``
and the ``route`` ZCML directive: ``traverse``. If you would like
to cause the ``context`` to be something other than the ``root``
@@ -60,15 +51,6 @@ Features
Documentation
-------------
-- API documentation for the ``add_view`` method of the configurator
- changed to include ``match_val``.
-
-- ZCML documentation for ``view`` ZCML directive changed to include
- ``match_val``.
-
-- The ``Views`` narrative chapter now contains a description of the
- ``match_val`` predicate.
-
- The ``Hybrid`` narrative chapter now contains a description of the
``traverse`` route argument.