From b49993b726a7986877dad7c8c566613bf801c516 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 3 Mar 2011 08:53:44 +0000 Subject: [PATCH] incompatibility arround REXML is reverted in r31008. ref #3990 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NEWS b/NEWS index fb0fe1f4dc..266b660c46 100644 --- a/NEWS +++ b/NEWS @@ -154,8 +154,3 @@ with all sufficient information, see the ChangeLog file. * Kernel#respond_to? See above. - -* REXML::Document#encoding, REXML::XMLDecl#encoding, - REXML::Output#encoding and REXML::Source#encoding - - Return an Encoding object not encoding name as a String.