summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-07-12 13:30:23 +0200
committerAraq <rumpf_a@web.de>2015-07-12 13:33:22 +0200
commit27f5c3ceb95e8946445b23f7b5ffd2791c01c6fc (patch)
tree780af030f724ba2907b072b7529624c13ec93cd7 /web
parent994d81461bbac0a7931436e03f8d419ef22014cb (diff)
downloadNim-27f5c3ceb95e8946445b23f7b5ffd2791c01c6fc.tar.gz
added os.tailDir proc
Diffstat (limited to 'web')
-rw-r--r--web/news.txt3
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
   ------------------