summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-07 02:55:10 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-07 02:55:10 +0000
commit8f50a210645c1318f7e808d23689db0f03d9578c (patch)
tree82f4b77b235b6b866c1da7c58e279e814d521a94 /NEWS
parent0e1cb279ea428445dc8b4f0642cd5a5c78b8807f (diff)
* NEWS: Add REXML::Text#<< related updates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3906f26a3..4594fc76af 100644
--- a/NEWS
+++ b/NEWS
@@ -131,6 +131,10 @@ with all sufficient information, see the ChangeLog file.
methods. You should use XMLRPC::Client methods for changing major
HTTP client options instead of XMLRPC::Client#http.
+* REXML::Text
+ * REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
+ * REXML::Text#<< supports not "raw" mode.
+
=== Stdlib compatibility issues (excluding feature bug fixes)
* URI