CHANGELOG in activesupport-3.0.1 vs CHANGELOG in activesupport-3.0.2
- old
+ new
@@ -1,7 +1,13 @@
+*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.
+* No changes.
+
*Rails 3.0.0 (August 29, 2010)*
* Implemented String#strip_heredoc. [fxn]