aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb0b46b52f..23e944e2b0 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,13 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* StringIO#set_encoding can get 2nd argument and optional hash.
+* rexml
+ * [incompatible] support Ruby native encoding mechanism
+ and iconv dependency is droped. This means encoding
+ methods (Document#encoding, XMLDecl#encoding,
+ Output#encoding and Source#encoding) return an Encoding
+ object instead of an encoding name.
+
=== Language changes
* Regexps now support Unicode 6.0 (new characters and scripts)
@@ -83,3 +90,8 @@ 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.