From 01f0c3f308542afa8fa262638d94d10420bd2e78 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 2 Jul 2013 23:28:56 -0300 Subject: Remove deprecated Hash#diff with no replacement. If you're using it to compare hashes for the purpose of testing, please use MiniTest's assert_equal instead. --- activesupport/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 1853c6048b..061f296dc5 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,10 @@ +* Remove deprecated `Hash#diff` with no replacement. + + If you're using it to compare hashes for the purpose of testing, please use + MiniTest's `assert_equal` instead. + + *Carlos Antonio da Silva* + * Remove deprecated `Date#to_time_in_current_zone` in favour of `Date#in_time_zone`. *Vipul A M* -- cgit v1.2.3