ruby-changes:29768
From: kou <ko1@a...>
Date: Sun, 7 Jul 2013 11:56:08 +0900 (JST)
Subject: [ruby-changes:29768] kou:r41820 (trunk): * NEWS: Add REXML::Text#<< related updates.
kou 2013-07-07 11:55:10 +0900 (Sun, 07 Jul 2013) New Revision: 41820 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41820 Log: * NEWS: Add REXML::Text#<< related updates. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 41819) +++ ChangeLog (revision 41820) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Jul 7 11:54:33 2013 Kouhei Sutou <kou@c...> + + * NEWS: Add REXML::Text#<< related updates. + Sun Jul 7 11:49:19 2013 Kouhei Sutou <kou@c...> * lib/rexml/text.rb (REXML::Text#<<): Support appending in not Index: NEWS =================================================================== --- NEWS (revision 41819) +++ NEWS (revision 41820) @@ -131,6 +131,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L131 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/