aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJakub Kuźma <kuba@synergypeople.net>2010-12-27 23:31:14 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2011-01-09 15:55:26 -0800
commit5106ce88e44286b88e5c2e2c261deb7e28392994 (patch)
tree8513abd60f80ccfee994a3b75ef148100ce49e07 /actionpack/CHANGELOG
parent5d1d9bfb05dd84305369a8fc5a729d2b8ad912e2 (diff)
downloadrails-5106ce88e44286b88e5c2e2c261deb7e28392994.tar.gz
rails-5106ce88e44286b88e5c2e2c261deb7e28392994.tar.bz2
rails-5106ce88e44286b88e5c2e2c261deb7e28392994.zip
authenticity_token option for form_tag [#2988 state:resolved]
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 0687187904..ee9d30e1fb 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Add an :authenticity_token option to form_tag for custom handling or to omit the token (pass :authenticity_token => false). [Jakub Kuźma, Igor Wiedler]
+
* HTML5 button_tag helper. [Rizwan Reza]
* Template lookup now searches further up in the inheritance chain. [Artemave]