Skip to content

Commit d1b9cf2

Browse files
committed
updating release date
1 parent 21bcac1 commit d1b9cf2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased)
1+
## Rails 3.2.7 (Jul 26, 2012)
22

33
* No changes.
44

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased) ##
1+
## Rails 3.2.7 (Jul 26, 2012) ##
22

33
* Do not convert digest auth strings to symbols. CVE-2012-3424
44

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased)
1+
## Rails 3.2.7 (Jul 26, 2012)
22

33
* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.
44

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased) ##
1+
## Rails 3.2.7 (Jul 26, 2012) ##
22

33
* `:finder_sql` and `:counter_sql` options on collection associations
44
are deprecated. Please transition to using scopes.

activeresource/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased)
1+
## Rails 3.2.7 (Jul 26, 2012)
22

33
* No changes.
44

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased)
1+
## Rails 3.2.7 (Jul 26, 2012)
22

33
* Hash#fetch(fetch) is not the same as doing hash[key]
44
* adds a missing require [fixes #6896]

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.7 (unreleased)
1+
## Rails 3.2.7 (Jul 26, 2012)
22

33
* Since Rails 3.2, use layout false to render no layout
44
* Use strict_args_position! if available from Thor

0 commit comments

Comments
 (0)