summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-20 14:04:27 -0400
committerChris McDonough <chrism@plope.com>2013-10-20 14:04:27 -0400
commit0264cc0c3d4ca091d4d5c8bd0c2fda38a3f8a0c7 (patch)
tree41479dfa730206adebc19958b51e92f410e45dfe /CHANGES.txt
parent7d0b6ade3c77e4d512f193f86e074b94dc0ed8af (diff)
parentda295e4336fe04c11640ce8857adb214deaf2a93 (diff)
downloadpyramid-0264cc0c3d4ca091d4d5c8bd0c2fda38a3f8a0c7.tar.gz
pyramid-0264cc0c3d4ca091d4d5c8bd0c2fda38a3f8a0c7.tar.bz2
pyramid-0264cc0c3d4ca091d4d5c8bd0c2fda38a3f8a0c7.zip
Merge branch 'feature.bad-csrf-token-exception'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6fdc08398..e215b21bc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,11 @@ Features
python -3 -m pyramid.scripts.pserve development.ini
+- Added a specific subclass of ``HTTPBadRequest`` named
+ ``pyramid.exceptions.BadCSRFToken`` which will now be raised in response
+ to failures in ``check_csrf_token``.
+ See https://github.com/Pylons/pyramid/pull/1149
+
- Added a new ``SignedCookieSessionFactory`` which is very similar to the
``UnencryptedCookieSessionFactoryConfig`` but with a clearer focus on
signing content. The custom serializer arguments to this function should