summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-24 09:22:29 +0200
committerAraq <rumpf_a@web.de>2013-09-24 09:22:29 +0200
commit05d12897a2cc8d8cc4231d8648d7dd954da0f758 (patch)
treedfcf008ca83a75be13be4cd031b6174d9fc949c9 /web
parentf1e789bfc20a807365fc59f1a5f0c6fb96803ac7 (diff)
downloadNim-05d12897a2cc8d8cc4231d8648d7dd954da0f758.tar.gz
changed parentDir to return the empty string on error
Diffstat (limited to 'web')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 32eab8c59..1b492fa97 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -27,6 +27,7 @@ Changes affecting backwards compatibility
   name but which take different parameters have been introduced. These procs now
   require an error code to be passed to them. This error code can be retrieved
   using the new ``OSLastError`` proc.
+- ``os.parentDir`` now returns "" if there is no parent dir.
 
 
 Compiler Additions