diff --git a/ChangeLog b/ChangeLog index 3179cd408e..d5ecab417b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 2 01:57:00 2011 Kenta Murata + + * NEWS: remove a description of Kernel#respond_to? because it has + been reverted at revision 41837. + Sat Jul 2 00:58:00 2011 Kenta Murata * NEWS: describe a change of multiplication of Bignum. diff --git a/NEWS b/NEWS index bc8d8d9c7c..ec5f7ccbff 100644 --- a/NEWS +++ b/NEWS @@ -71,7 +71,6 @@ with all sufficient information, see the ChangeLog file. binary version of IO.write. * Kernel - * Kernel#respond_to? now returns false for protected methods. * move #__id__ to BasicObject. * extended method: * Kernel#rand supports range argument