summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 14:19:12 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 14:19:12 +0000
commit30f5e8caee4d565733d1a93d1ef27840c2b0a3d7 (patch)
tree0e8f8bbcef9230d9dfe0e4d71204261d5e48ef97 /NEWS
parent75a138732efe3c19e99154eb3f9795d5f93c26ec (diff)
* NEWS: Add a new feature that REXML::Parsers::StreamParser
supports "entity" event. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d40dcfb06..31a856befa 100644
--- a/NEWS
+++ b/NEWS
@@ -134,6 +134,9 @@ 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::Parsers::StreamParser
+ * Supports "entity" event.
+
* REXML::Text
* REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
* REXML::Text#<< supports not "raw" mode.