From 319793d9b3d127ba2a9245713ef4f01b32918e95 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Dec 2010 18:27:07 -0500 Subject: - Added CSRF token generation, as described in the narrative chapter entitled "Preventing Cross-Site Request Forgery Attacks". --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3