diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-05-04 01:04:02 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-05-04 01:04:28 +0300 |
commit | a8e12afc76125fd7931e08d56d17c7b40c6e2065 (patch) | |
tree | 989872b74158f24507a4f3d6136fd82bd33cbba4 /web/news.txt | |
parent | ac9db5d6840c88cd89e4df5a47d1bdeedb07d170 (diff) | |
download | Nim-a8e12afc76125fd7931e08d56d17c7b40c6e2065.tar.gz |
test-runner for caas multi-step tests
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 667b8a210..26c681d95 100644 --- a/web/news.txt +++ b/web/news.txt @@ -29,6 +29,8 @@ Library Additions - Added ``system.unsafeNew`` to support hacky variable length objects. - ``system.fields`` and ``system.fieldPairs`` support ``object`` too; they used to only support tuples. +- Added ``system.CurrentSourcePath`` returning the full file-system path of + the current source file Changes affecting backwards compatibility |