CHANGELOG.md in activesupport-4.2.0.beta4 vs CHANGELOG.md in activesupport-4.2.0.rc1

- old
+ new

@@ -1,11 +1,21 @@ -* TimeWithZone#strftime now delegates every directive to Time#strftime except for '%Z', +* The decorated `load` and `require` methods are now kept private. + + Fixes #17553. + + *Xavier Noria* + +* `String#remove` and `String#remove!` accept multiple arguments. + + *Pavel Pravosud* + +* `TimeWithZone#strftime` now delegates every directive to `Time#strftime` except for '%Z', it also now correctly handles escaped '%' characters placed just before time zone related directives. *Pablo Herrero* -* Corrected Inflector#underscore handling of multiple successive acroynms. +* Corrected `Inflector#underscore` handling of multiple successive acroynms. *James Le Cuirot* * Delegation now works with ruby reserved words passed to `:to` option. @@ -154,10 +164,10 @@ *arthurnn* * Fixed `ActiveSupport::Cache::FileStore` exploding with long paths. - *Adam Panzer / Michael Grosser* + *Adam Panzer*, *Michael Grosser* * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost when working with objects with a nanosecond component. `ActiveSupport::TimeWithZone#-` should return the same result as if we were