updating release date

This commit is contained in:
Aaron Patterson
2012-07-26 14:34:31 -07:00
parent 21bcac1998
commit d1b9cf2d48
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)
* No changes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased) ##
## Rails 3.2.7 (Jul 26, 2012) ##
* Do not convert digest auth strings to symbols. CVE-2012-3424

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)
* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased) ##
## Rails 3.2.7 (Jul 26, 2012) ##
* `:finder_sql` and `:counter_sql` options on collection associations
are deprecated. Please transition to using scopes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)
* No changes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)
* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]

View File

@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)
* Since Rails 3.2, use layout false to render no layout
* Use strict_args_position! if available from Thor