summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cb82607cb..f27be0253 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -44,6 +44,13 @@ Bug Fixes
See https://github.com/Pylons/pyramid/pull/3741/files
+- Applications raising ``pyramid.exceptions.BadCSRFToken`` and
+ ``pyramid.exceptions.BadCSRFOrigin`` were returning invalid HTTP status
+ lines with values like ``400 Bad CSRF Origin`` instead of
+ ``400 Bad Request``.
+
+ See https://github.com/Pylons/pyramid/pull/3742
+
Backward Incompatibilities
--------------------------