summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-11 15:22:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-11 15:22:24 +0000
commitd7594a43cb6fd0620d134c6b3ad901a1efbe6441 (patch)
tree4b01ac160d9b64388dfdd04329ab52f4a1cf41e0 /doc
parent8b9823a23d10edc089750b5ae9a736e40bcb5e63 (diff)
tsort library added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 186dcdcae6..d4b69cd624 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: tsort library
+
+ added.
+
: stringio module
Imported. Pseudo (({IO})) class from/to (({String})).