summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 03:32:15 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 03:32:15 +0000
commited6231195b8c516a32019e1967366af7793e8313 (patch)
treee0fdc604d941d1bf5fa54c7b8a4184b7b2dc22f0 /NEWS
parent209376034f9a26fa3e9eb56516dbc5ade6b85e47 (diff)
* lib/tsort.rb (TSort.each_strongly_connected_component_from):
Extracted from TSort#each_strongly_connected_component_from. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 078c57c7c9..eb1af33c7a 100644
--- a/NEWS
+++ b/NEWS
@@ -244,6 +244,10 @@ with all sufficient information, see the ChangeLog file.
inside the block, by default, unless the exception class is given
explicitly.
+* TSort
+ * New methods:
+ * TSort.each_strongly_connected_component_from
+
* WEBrick
* The body of a response may now be a StringIO or other IO-like that responds
to #readpartial and #read.