1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
naruse 2011-03-03 08:53:44 +00:00
parent 7bb73a0852
commit b49993b726

5
NEWS
View file

@ -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.