1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #5858 from bsodmike/master

Update Rails 3.2.3 release date in changelogs as March 30, 2012
This commit is contained in:
Vijay Dev 2012-04-16 03:37:17 -07:00
commit d97efd9301
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*