diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-08 22:59:25 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-08 22:59:25 -0700 |
commit | 1021b51b4fe0d3199427a1cf4528c81f9fda08e8 (patch) | |
tree | 9149500b3604122a0205df48b3bfb80db36b7de4 /activesupport | |
parent | 72a489345280964b4e4350fa6104658cd4e8da84 (diff) | |
download | rails-1021b51b4fe0d3199427a1cf4528c81f9fda08e8.tar.gz rails-1021b51b4fe0d3199427a1cf4528c81f9fda08e8.tar.bz2 rails-1021b51b4fe0d3199427a1cf4528c81f9fda08e8.zip |
Just a minor fix in A.S CHANGELOG
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 69e9cbfd42..ca8973f001 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -19,7 +19,7 @@ advantage of the new ClassCache. * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] -*Rails 3.0.2 (unreleased)* +*Rails 3.0.2 (November 15, 2010)* * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] |