summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-22 18:27:07 -0500
committerChris McDonough <chrism@plope.com>2010-12-22 18:27:07 -0500
commit319793d9b3d127ba2a9245713ef4f01b32918e95 (patch)
tree651a3ec0365c68d947938265bd5a9223a8d24d86 /CHANGES.txt
parent5801195412d2c809182304d09cc2860c61c6cc93 (diff)
downloadpyramid-319793d9b3d127ba2a9245713ef4f01b32918e95.tar.gz
pyramid-319793d9b3d127ba2a9245713ef4f01b32918e95.tar.bz2
pyramid-319793d9b3d127ba2a9245713ef4f01b32918e95.zip
- Added CSRF token generation, as described in the narrative chapter entitled
"Preventing Cross-Site Request Forgery Attacks".
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9fb26b589..775e24aec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,9 @@ Features
- Added flash messaging, as described in the "Flash Messaging" narrative
documentation chapter.
+- Added CSRF token generation, as described in the narrative chapter entitled
+ "Preventing Cross-Site Request Forgery Attacks".
+
Documentation
-------------
@@ -38,6 +41,9 @@ Documentation
- Added a "Flash Messaging" narrative documentation chapter.
+- Added a narrative chapter entitled "Preventing Cross-Site Request Forgery
+ Attacks".
+
1.0a7 (2010-12-20)
==================