aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-01-02 02:54:36 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-01-02 02:54:36 +0530
commit231e6b7e66596199474853a8a490d92a54be0909 (patch)
treec858c2b1e66c9243dc2e793e1fcdfa560d40178e /activesupport/CHANGELOG
parentebb732a7ecc0502299ee5948c31f536c3d6ef15c (diff)
parent1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c (diff)
downloadrails-231e6b7e66596199474853a8a490d92a54be0909.tar.gz
rails-231e6b7e66596199474853a8a490d92a54be0909.tar.bz2
rails-231e6b7e66596199474853a8a490d92a54be0909.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6e8cce0d27..58cfc86c41 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -4,14 +4,22 @@
* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
-*Rails 3.0.2 (unreleased)*
+
+*Rails 3.0.3 (November 16, 2010)*
+
+* No changes.
+
+
+*Rails 3.0.2 (November 15, 2010)*
* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
+
*Rails 3.0.1 (October 15, 2010)*
* No Changes, just a version bump.
+
*Rails 3.0.0 (August 29, 2010)*
* Implemented String#strip_heredoc. [fxn]