Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 23, 2011
1 parent 6162b61 commit 141f905
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -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
--------

Expand Down
5 changes: 5 additions & 0 deletions docs/whatsnew-1.2.rst
Expand Up @@ -144,6 +144,11 @@ Minor Feature Additions
any of these policies. The 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``.

Deprecations
------------

Expand Down

0 comments on commit 141f905

Please sign in to comment.