From 5ce01ed12fd1b74db5238c13c9d4428574a61c7b Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 1 Jul 2011 22:27:48 +0000 Subject: [PATCH] * NEWS: remove a Kernel#respond_to? from the incompatibilies because it has been reverted at revision 41837 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ec5f7ccbff..bf0888b3dc 100644 --- a/NEWS +++ b/NEWS @@ -296,6 +296,4 @@ with all sufficient information, see the ChangeLog file. === Compatibility issues (excluding feature bug fixes) -* Kernel#respond_to? - - See above. + None