From d55560d551082a081d8fac85f30f029af99bdec3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Jul 2011 06:49:15 +0000 Subject: [PATCH] * NEWS (rexml) encoding methods return encoding names as strings again since r31008. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0bb8b9f707..4281d6bf55 100644 --- a/NEWS +++ b/NEWS @@ -238,11 +238,7 @@ with all sufficient information, see the ChangeLog file. * rexml * [incompatible] support Ruby native encoding mechanism - and iconv dependency is dropped. This means encoding - methods (Document#encoding, XMLDecl#encoding, - Output#encoding and Source#encoding) return an Encoding - object instead of an encoding name. - + and iconv dependency is dropped. * Rubygems * Rubygems has been upgraded to rubygems 1.5.0. For full release notes see http://rubygems.rubyforge.org/rubygems-update/History_txt.html