Skip to content

Commit

Permalink
Prepare for Rails 2.3.9. Release 2.3.9.pre gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 30, 2010
1 parent bdace5d commit b2c9198
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 39 deletions.
10 changes: 1 addition & 9 deletions actionmailer/CHANGELOG
@@ -1,13 +1,5 @@
*2.3.9 (unreleased)*

* ...


*2.3.9 (August 30, 2010)*
*2.3.8 (May 24, 2010)*

* Version bump.


*2.3.7 (May 24, 2010)*

* Version bump.
Expand Down
4 changes: 2 additions & 2 deletions actionpack/CHANGELOG
@@ -1,6 +1,6 @@
*2.3.9 (unreleased)*
*2.3.9 (August 30, 2010)*

* ...
* Version bump.


*2.3.8 (May 24, 2010)*
Expand Down
10 changes: 1 addition & 9 deletions activerecord/CHANGELOG
@@ -1,13 +1,5 @@
*2.3.9 (unreleased)*

* ...


*2.3.9 (August 30, 2010)*
*2.3.8 (May 24, 2010)*

* Version bump.


*2.3.7 (May 24, 2010)*

* Version bump.
Expand Down
10 changes: 1 addition & 9 deletions activeresource/CHANGELOG
@@ -1,13 +1,5 @@
*2.3.9 (unreleased)*

* ...


*2.3.9 (August 30, 2010)*
*2.3.8 (May 24, 2010)*

* Version bump.


*2.3.7 (May 24, 2010)*

* Version bump.
Expand Down
11 changes: 6 additions & 5 deletions activesupport/CHANGELOG
@@ -1,11 +1,12 @@
*2.3.9 (unreleased)*
*2.3.9 (August 30, 2010)*

* Deprecate Object#returning in favor of Object#tap [Santiago Pastorino]
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3. Deprecates {{foo}} interpolation syntax in favor of 1.9-native %{foo}.

* Deprecates ActiveSupport::Dependencies.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]
* Deprecate Kernel#returning in favor of Object#tap since it's included in Ruby 1.8.7 and later. [Santiago Pastorino]

* Deprecates Array#random_element in favor of Array#sample, backported from Ruby 1.9, thanks to
Marc-Andre Lafortune. [fxn]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths, renamed to autoload_(once_)paths. [fxn]

* Deprecates Array#random_element, renamed to sample to match Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]


*2.3.8 (May 24, 2010)*
Expand Down
6 changes: 1 addition & 5 deletions railties/CHANGELOG
@@ -1,13 +1,9 @@
*2.3.9 (unreleased)*
*2.3.9 (August 30, 2010)*

* Deprecates config.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]


*2.3.8 (May 24, 2010)*

* Version bump.


*2.3.7 (May 24, 2010)*

* Version bump.
Expand Down

0 comments on commit b2c9198

Please sign in to comment.