summaryrefslogtreecommitdiffstats
path: root/doc/NEWS
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
commit5d9c98236250f6b08469eea41c8f6feb78f4f1da (patch)
tree4b01ac160d9b64388dfdd04329ab52f4a1cf41e0 /doc/NEWS
parent855db184186b62f0c5e0235170dc83d68daf4bf5 (diff)
downloadruby-5d9c98236250f6b08469eea41c8f6feb78f4f1da.tar.gz
ruby-5d9c98236250f6b08469eea41c8f6feb78f4f1da.tar.xz
ruby-5d9c98236250f6b08469eea41c8f6feb78f4f1da.zip
tsort library added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 186dcdcae..d4b69cd62 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: tsort library
+
+ added.
+
: stringio module
Imported. Pseudo (({IO})) class from/to (({String})).