Skip to content

Commit

Permalink
Add release date of 3.2.5 on the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 1, 2012
1 parent 8d4f63a commit b13d89e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
6 changes: 6 additions & 0 deletions actionmailer/CHANGELOG.md
@@ -1,7 +1,13 @@
## Rails 3.2.5 (Jun 1, 2012) ##

* No changes.


## Rails 3.2.4 (May 31, 2012) ##

* No changes.


## Rails 3.2.3 (March 30, 2012) ##

* Upgrade mail version to 2.4.3 *ML*
Expand Down
7 changes: 7 additions & 0 deletions actionpack/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

* Include mounted_helpers (helpers for accessing mounted engines) in ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*


## Rails 3.2.5 (Jun 1, 2012) ##

* No changes.


## Rails 3.2.4 (May 31, 2012) ##

* Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*
Expand All @@ -28,6 +34,7 @@
* Strip [nil] from parameters hash. Thanks to Ben Murphy for
reporting this! CVE-2012-2660


## Rails 3.2.3 (March 30, 2012) ##

* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*
Expand Down
9 changes: 9 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,3 +1,11 @@
## Rails 3.2.5 (Jun 1, 2012) ##

* Restore behavior of Active Record 3.2.3 scopes.
A series of commits relating to preloading and scopes caused a regression.

*Andrew White*


## Rails 3.2.4 (May 31, 2012) ##

* Perf fix: Don't load the records when doing assoc.delete_all.
Expand All @@ -16,6 +24,7 @@
* Predicate builder should not recurse for determining where columns.
Thanks to Ben Murphy for reporting this! CVE-2012-2661


## Rails 3.2.3 (March 30, 2012) ##

* Added find_or_create_by_{attribute}! dynamic method. *Andrew White*
Expand Down
6 changes: 6 additions & 0 deletions activeresource/CHANGELOG.md
@@ -1,7 +1,13 @@
## Rails 3.2.5 (Jun 1, 2012) ##

* No changes.


## Rails 3.2.4 (May 31, 2012) ##

* No changes.


## Rails 3.2.3 (March 30, 2012) ##

* No changes.
Expand Down
9 changes: 6 additions & 3 deletions activesupport/CHANGELOG.md
@@ -1,11 +1,14 @@
## Rails 3.2.5 (Jun 1, 2012) ##

* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
for custom JSON string literals. *Erich Menge*


## Rails 3.2.4 (May 31, 2012) ##

* Added #beginning_of_hour and #end_of_hour to Time and DateTime core
extensions. *Mark J. Titorenko*

* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
for custom JSON string literals. *Erich Menge*


## Rails 3.2.3 (March 30, 2012) ##

Expand Down

0 comments on commit b13d89e

Please sign in to comment.