Chris McDonough
2011-08-23 141f90581ce667ff12db8ef9ccd8a6e59d07ef73
add changes
2 files modified
10 ■■■■■ changed files
CHANGES.txt 5 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.2.rst 5 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -98,6 +98,11 @@
  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
--------
docs/whatsnew-1.2.rst
@@ -144,6 +144,11 @@
  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
------------