summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-10 12:58:23 -0600
committerMichael Merickel <michael@merickel.org>2015-02-10 12:58:23 -0600
commitb4e9902fe8cc28bac8e3e7dae0d8b2a270cf1640 (patch)
tree803cf281e33346c6463bc2c4df3d0d9241c26890
parent6a9d195c7d42ff3d497b9c09903fb5a987337e3b (diff)
downloadpyramid-b4e9902fe8cc28bac8e3e7dae0d8b2a270cf1640.tar.gz
pyramid-b4e9902fe8cc28bac8e3e7dae0d8b2a270cf1640.tar.bz2
pyramid-b4e9902fe8cc28bac8e3e7dae0d8b2a270cf1640.zip
update changelog for #1574
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 27052cf0f..1e50a623f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -133,6 +133,9 @@ Bug Fixes
- Prevent "parameters to load are deprecated" ``DeprecationWarning``
from setuptools>=11.3. See https://github.com/Pylons/pyramid/pull/1541
+- Avoiding timing attacks against CSRF tokens.
+ See https://github.com/Pylons/pyramid/pull/1574
+
Deprecations
------------