CHANGELOG in activesupport-3.0.20 vs CHANGELOG in activesupport-3.1.0.beta1
- old
+ new
@@ -1,84 +1,32 @@
-## Rails 3.0.20 (unreleased)
+*Rails 3.1.0 (unreleased)*
-## Rails 3.0.19 (Jan 8, 2013)
+* Add String#inquiry as a convenience method for turning a string into a StringInquirer object [DHH]
-* Hash.from_xml raises when it encounters type="symbol" or type="yaml".
- Use Hash.from_trusted_xml to parse this XML.
+* Add Object#in? to test if an object is included in another object [Prem Sichanugrist, Brian Morearty, John Reitano]
- CVE-2013-0156
+* LocalCache strategy is now a real middleware class, not an anonymous class
+posing for pictures.
- *Jeremy Kemper*
+* ActiveSupport::Dependencies::ClassCache class has been introduced for
+holding references to reloadable classes.
-## Rails 3.0.18 (Jan 2, 2013)
+* ActiveSupport::Dependencies::Reference has been refactored to take direct
+advantage of the new ClassCache.
-* No changes.
+* Backports Range#cover? as an alias for Range#include? in Ruby 1.8 [Diego Carrion, fxn]
-## Rails 3.0.17 (Aug 9, 2012)
+* Added weeks_ago and prev_week to Date/DateTime/Time. [Rob Zolkos, fxn]
-* ERB::Util.html_escape now escapes single quotes. [Santiago Pastorino]
+* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
-## Rails 3.0.16 (Jul 26, 2012)
+*Rails 3.0.2 (unreleased)*
-* No changes.
-
-## Rails 3.0.14 (Jun 12, 2012)
-
-* No changes.
-
-* Rails 3.0.13 (May 31, 2012)
-
-* Stop SafeBuffer#clone_empty from issuing warnings
-
-* Rails 3.0.10 (August 16, 2011)
-
-* Delayed backtrace scrubbing in `load_missing_constant` until we actually
- raise the exception
-
-
-*Rails 3.0.9 (June 16, 2011)*
-
-*No changes.
-
-
-*Rails 3.0.8 (June 7, 2011)*
-
-* No changes.
-
-*Rails 3.0.7 (April 18, 2011)*
-
-* Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko]
-
-
-*Rails 3.0.6 (April 5, 2011)
-
-* No changes.
-
-
-*Rails 3.0.5 (February 26, 2011)*
-
-* No changes.
-
-
-*Rails 3.0.4 (February 8, 2011)*
-
-* No changes.
-
-
-*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.
-
+* No Changes, just a version bump.
*Rails 3.0.0 (August 29, 2010)*
* Implemented String#strip_heredoc. [fxn]