diff options
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 007b61b755..9e21a8beab 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,8 @@ *SVN* +* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active +Support. Make it public to preserve compatibility. [Jeremy Kemper] + * Full test coverage for Inflector. #7228 [Dan Kubb] * :db format for Date#to_s [Jeremy Kemper] |