* 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
This commit is contained in:
kou 2013-07-26 14:19:12 +00:00
Родитель 75a138732e
Коммит 30f5e8caee
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Fri Jul 26 23:18:13 2013 Kouhei Sutou <kou@cozmixng.org>
* NEWS: Add a new feature that REXML::Parsers::StreamParser
supports "entity" event.
Fri Jul 26 23:14:31 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/parsers/streamparser.rb

3
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.