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/
This commit is contained in:
Michael de Silva 2012-04-16 13:20:53 +03:00
parent b8f7482695
commit 363888109f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Rails 3.2.3 (unreleased) ##
## Rails 3.2.3 (March 30, 2012) ##
* Upgrade mail version to 2.4.3 *ML*

View File

@ -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*

View File

@ -239,7 +239,7 @@
* PostgreSQL hstore types are automatically deserialized from the database.
## Rails 3.2.3 (unreleased) ##
## Rails 3.2.3 (March 30, 2012) ##
* Added find_or_create_by_{attribute}! dynamic method. *Andrew White*