mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
75a138732e
commit
30f5e8caee
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
Fri Jul 26 23:14:31 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
* lib/rexml/parsers/streamparser.rb
|
* lib/rexml/parsers/streamparser.rb
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -134,6 +134,9 @@ with all sufficient information, see the ChangeLog file.
|
||||||
methods. You should use XMLRPC::Client methods for changing major
|
methods. You should use XMLRPC::Client methods for changing major
|
||||||
HTTP client options instead of XMLRPC::Client#http.
|
HTTP client options instead of XMLRPC::Client#http.
|
||||||
|
|
||||||
|
* REXML::Parsers::StreamParser
|
||||||
|
* Supports "entity" event.
|
||||||
|
|
||||||
* REXML::Text
|
* REXML::Text
|
||||||
* REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
|
* REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
|
||||||
* REXML::Text#<< supports not "raw" mode.
|
* REXML::Text#<< supports not "raw" mode.
|
||||||
|
|
Loading…
Reference in a new issue