CHANGELOG.md in activesupport-4.2.5.rc1 vs CHANGELOG.md in activesupport-4.2.5.rc2

- old
+ new

@@ -1,4 +1,9 @@ +## Rails 4.2.5.rc2 (November 05, 2015) ## + +* No changes. + + ## Rails 4.2.5.rc1 (October 30, 2015) ## * Fix `TimeWithZone#eql?` to properly handle `TimeWithZone` created from `DateTime`: twz = DateTime.now.in_time_zone twz.eql?(twz.dup) => true