aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorMichael de Silva <michael@mwdesilva.com>2012-04-16 13:20:53 +0300
committerMichael de Silva <michael@mwdesilva.com>2012-04-16 13:20:53 +0300
commit363888109f88a3dd67718f1f5cee585af4014bc6 (patch)
treeb56bd8d2b0cf64be0b09cf67653eb8ce452327c3 /actionpack
parentb8f748269584c1475f6e06aec48fce627f603880 (diff)
downloadrails-363888109f88a3dd67718f1f5cee585af4014bc6.tar.gz
rails-363888109f88a3dd67718f1f5cee585af4014bc6.tar.bz2
rails-363888109f88a3dd67718f1f5cee585af4014bc6.zip
Update Rails 3.2.3 release date in changelogs as March 30, 2012
The release date details have been taken from http://weblog.rubyonrails.org/2012/3/30/ann-rails-3-2-3-has-been-released/
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 32630e5ded..b3d6ae0ac7 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -135,7 +135,7 @@
HTML5 `mark` element. *Brian Cardarella*
-## Rails 3.2.3 (unreleased) ##
+## Rails 3.2.3 (March 30, 2012) ##
* Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*