From a1992e25b91d77866cd32f4b16fb666f5e89adf5 Mon Sep 17 00:00:00 2001 From: eregon Date: Wed, 11 Feb 2015 19:33:46 +0000 Subject: * compar.c (cmp_equal): no more error hiding for Comparable#==. It now behaves as other Comparable methods. See #7688. * test/ruby/test_comparable.rb: update related test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7849662b2a..bb65b00fbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 12 04:33:02 2015 Benoit Daloze + + * compar.c (cmp_equal): no more error hiding for Comparable#==. + It now behaves as other Comparable methods. See #7688. + + * test/ruby/test_comparable.rb: update related test. + Thu Feb 12 03:28:05 2015 Eric Wong * lib/set.rb (initialize): internal hash defaults to false -- cgit v1.2.3