From 9e7c1195b1e0fc1f82335877f9ad085fbb034e7b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 Nov 2011 12:04:45 -0700 Subject: - The DummySession in ``pyramid.testing`` now generates a new CSRF token if one doesn't yet exist. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7440794ee..94ca8b0c1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -27,6 +27,9 @@ Bug Fixes - The AuthTktAuthenticationPolicy did not use a timing-attack-aware string comparator. See https://github.com/Pylons/pyramid/pull/320 for more info. +- The DummySession in ``pyramid.testing`` now generates a new CSRF token if + one doesn't yet exist. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3