summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 15:59:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 15:59:40 +0000
commit4c5bfb9fbd82585a0c7d7744fc3fc054cb3f4e42 (patch)
treeb7b20227660dabb6767739619051a901c136a293 /NEWS
parentb0c19be2849d4957d4b6b230004c9ce351ad8545 (diff)
* lib/tsort.rb (TSort.tsort): Extracted from TSort#tsort.
(TSort.tsort_each): Extracted from TSort#tsort_each. (TSort.strongly_connected_components): Extracted from TSort#strongly_connected_components. (TSort.each_strongly_connected_component): Extracted from TSort#each_strongly_connected_component. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43342 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 eb1af33c7a..fe4ae53cd5 100644
--- a/NEWS
+++ b/NEWS
@@ -246,6 +246,10 @@ with all sufficient information, see the ChangeLog file.
* TSort
* New methods:
+ * TSort.tsort
+ * TSort.tsort_each
+ * TSort.strongly_connected_components
+ * TSort.each_strongly_connected_component
* TSort.each_strongly_connected_component_from
* WEBrick