Skip to content

Commit

Permalink
updating release date
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 26, 2012
1 parent 21bcac1 commit d1b9cf2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG.md
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion activeresource/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 3.2.7 (unreleased)
## Rails 3.2.7 (Jul 26, 2012)

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG.md
@@ -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
Expand Down

0 comments on commit d1b9cf2

Please sign in to comment.