summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-03 08:53:44 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-03 08:53:44 +0000
commitb49993b726a7986877dad7c8c566613bf801c516 (patch)
treebdd5ffbe513be26e48f39d8c748697d72ccbbf8a /NEWS
parent7bb73a0852c747478ff5ed030e2a857d201596b7 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 0 insertions, 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.