diff options
author | Araq <rumpf_a@web.de> | 2015-07-12 13:30:23 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-12 13:33:22 +0200 |
commit | 27f5c3ceb95e8946445b23f7b5ffd2791c01c6fc (patch) | |
tree | 780af030f724ba2907b072b7529624c13ec93cd7 /web | |
parent | 994d81461bbac0a7931436e03f8d419ef22014cb (diff) | |
download | Nim-27f5c3ceb95e8946445b23f7b5ffd2791c01c6fc.tar.gz |
added os.tailDir proc
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index cffffffee..cdb503ef6 100644 --- a/web/news.txt +++ b/web/news.txt @@ -47,7 +47,8 @@ News - The nre module has been added, providing a better interface to PCRE than re. - - The ``expandSymlink`` procedure has been added to the ``os`` module. + - The ``expandSymlink`` proc has been added to the ``os`` module. + - The ``tailDir`` proc has been added to the ``os`` module. Language Additions ------------------ |