diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-04 06:49:15 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-04 06:49:15 +0000 |
commit | d55560d551082a081d8fac85f30f029af99bdec3 (patch) | |
tree | 060bee3e3ca65577ae82f9f98c50127fa2a85c65 /NEWS | |
parent | 948f01a865a0dec8e7edf3e71eb72f055ea3ebba (diff) | |
download | ruby-d55560d551082a081d8fac85f30f029af99bdec3.tar.gz |
* 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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |