зеркало из https://github.com/github/ruby.git
NEWS: sort
* NEWS (Stdlib updates): sort in case-insensitive alphabetical order. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4746305afd
Коммит
0c252b43ad
41
NEWS
41
NEWS
|
@ -142,6 +142,9 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
=== Stdlib updates (outstanding ones only)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
|
||||||
|
* CGI::Util
|
||||||
|
* All class methods modulized.
|
||||||
|
|
||||||
* Digest
|
* Digest
|
||||||
* extended methods:
|
* extended methods:
|
||||||
* Digest::Class.file takes optional arguments for its constructor
|
* Digest::Class.file takes optional arguments for its constructor
|
||||||
|
@ -170,6 +173,19 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* One-shot multicast DNS support
|
* One-shot multicast DNS support
|
||||||
* Support LOC resources
|
* Support LOC resources
|
||||||
|
|
||||||
|
* REXML::Parsers::SAX2Parser
|
||||||
|
* Fixes wrong number of arguments of entitydecl event. Document of the event
|
||||||
|
says "an array of the entity declaration" but implemenation passes two
|
||||||
|
or more arguments. It is an implementation bug but it breaks backword
|
||||||
|
compatibility.
|
||||||
|
|
||||||
|
* REXML::Parsers::StreamParser
|
||||||
|
* Supports "entity" event.
|
||||||
|
|
||||||
|
* REXML::Text
|
||||||
|
* REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
|
||||||
|
* REXML::Text#<< supports not "raw" mode.
|
||||||
|
|
||||||
* Rinda::RingServer, Rinda::RingFinger
|
* Rinda::RingServer, Rinda::RingFinger
|
||||||
* Rinda now supports multicast sockets. See Rinda::RingServer and
|
* Rinda now supports multicast sockets. See Rinda::RingServer and
|
||||||
Rinda::RingFinger for details.
|
Rinda::RingFinger for details.
|
||||||
|
@ -179,6 +195,11 @@ with all sufficient information, see the ChangeLog file.
|
||||||
http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.1.3+%2F+2013-09-12
|
http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.1.3+%2F+2013-09-12
|
||||||
for release notes.
|
for release notes.
|
||||||
|
|
||||||
|
* Set
|
||||||
|
* New methods:
|
||||||
|
* Set#intersect?
|
||||||
|
* Set#disjoint?
|
||||||
|
|
||||||
* Socket
|
* Socket
|
||||||
* New methods:
|
* New methods:
|
||||||
* Socket.getifaddrs
|
* Socket.getifaddrs
|
||||||
|
@ -194,8 +215,6 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* New methods:
|
* New methods:
|
||||||
* Tempfile.create
|
* Tempfile.create
|
||||||
|
|
||||||
* CGI::Util
|
|
||||||
* All class methods modulized.
|
|
||||||
|
|
||||||
* WEBrick
|
* WEBrick
|
||||||
* The body of a response may now be a StringIO or other IO-like that responds
|
* The body of a response may now be a StringIO or other IO-like that responds
|
||||||
|
@ -209,24 +228,6 @@ 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::Parsers::SAX2Parser
|
|
||||||
* Fixes wrong number of arguments of entitydecl event. Document of the event
|
|
||||||
says "an array of the entity declaration" but implemenation passes two
|
|
||||||
or more arguments. It is an implementation bug but it breaks backword
|
|
||||||
compatibility.
|
|
||||||
|
|
||||||
* REXML::Text
|
|
||||||
* REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'.
|
|
||||||
* REXML::Text#<< supports not "raw" mode.
|
|
||||||
|
|
||||||
* Set
|
|
||||||
* New methods:
|
|
||||||
* Set#intersect?
|
|
||||||
* Set#disjoint?
|
|
||||||
|
|
||||||
=== Stdlib compatibility issues (excluding feature bug fixes)
|
=== Stdlib compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
* Set
|
* Set
|
||||||
|
|
Загрузка…
Ссылка в новой задаче