Skip to content

Commit

Permalink
Update Rails 3.2.3 release date in changelogs as March 30, 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
bsodmike committed Apr 16, 2012
1 parent b8f7482 commit 3638881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 3.2.3 (unreleased) ## ## Rails 3.2.3 (March 30, 2012) ##


* Upgrade mail version to 2.4.3 *ML* * Upgrade mail version to 2.4.3 *ML*


Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
Expand Up @@ -135,7 +135,7 @@
HTML5 `mark` element. *Brian Cardarella* 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* * 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*


Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Expand Up @@ -239,7 +239,7 @@
* PostgreSQL hstore types are automatically deserialized from the database. * 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* * Added find_or_create_by_{attribute}! dynamic method. *Andrew White*


Expand Down

0 comments on commit 3638881

Please sign in to comment.