diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-07-15 17:44:13 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-07-15 17:44:13 +0000 |
| commit | 70f4859d32d0d4ea56a9ca26364d270e40ff7438 (patch) | |
| tree | bbce15b49b57d98f5439fd7bbbfa587126e35380 /docs | |
| parent | 208ee5a8d6409bcdce361009dee6a2e335de1679 (diff) | |
| download | pyramid-70f4859d32d0d4ea56a9ca26364d270e40ff7438.tar.gz pyramid-70f4859d32d0d4ea56a9ca26364d270e40ff7438.tar.bz2 pyramid-70f4859d32d0d4ea56a9ca26364d270e40ff7438.zip | |
update
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 3443f15ab..fc6785f0a 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -158,6 +158,18 @@ Minor Feature Additions media package-internal and served by the development webserver during development. +- A new :ref:`view predicate` was added named ``match_val``. The + ``match_val`` value represents the presence of a value in the + structure added to the request named ``matchdict`` during :term:`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 + :class:`repoze.bfg.view.bfg_view` API, the + :class:`repoze.bfg.configuration.Configurator.add_view` API, and the + ZCML :ref:`view_directive` directive. See the documentation for + those APIs for more inforamtion. + Backwards Incompatibilities --------------------------- |
