diff --git a/ChangeLog b/ChangeLog index 0185c30392..82da10e9e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 26 23:18:13 2013 Kouhei Sutou + + * NEWS: Add a new feature that REXML::Parsers::StreamParser + supports "entity" event. + Fri Jul 26 23:14:31 2013 Kouhei Sutou * lib/rexml/parsers/streamparser.rb 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.