summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 03:46:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 03:46:13 +0000
commit35748bdc85e7492984f084a8e112ab38a4edf121 (patch)
treec64afc2cec0bc9c882533eb821d910af32ee0182 /NEWS
parent2092561366e45e398bbec6c4eea156598aa37f21 (diff)
Describe about TSort.each_*
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1dc41c34cd..3ebec55e44 100644
--- a/NEWS
+++ b/NEWS
@@ -188,6 +188,11 @@ with all sufficient information, see the ChangeLog file.
http://docs.seattlerb.org/rubygems/History_txt.html#label-2.4.2+%2F+2014-10-01
+* TSort
+ * TSort.tsort_each, TSort.each_strongly_connected_component and
+ TSort.each_strongly_connected_component_from returns an enumerator if
+ no block given.
+
* XMLRPC
* Added new parser class named LibXMLStreamParser.