Skip to content

Commit

Permalink
add changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jun 5, 2013
1 parent 3070c46 commit fab8454
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -29,6 +29,11 @@ Features
``initialize_myapp_db etc/development.ini a=1 b=2``.
See https://github.com/Pylons/pyramid/pull/911

- The ``request.session.check_csrf_token()`` method and the ``check_csrf`` view
predicate now take into account the value of the HTTP header named
``X-CSRF-Token`` (as well as the ``csrf_token`` form parameter, which they
always did). The header is tried when the form parameter does not exist.

Bug Fixes
---------

Expand Down

0 comments on commit fab8454

Please sign in to comment.