diff options
author | Araq <rumpf_a@web.de> | 2013-05-04 19:10:12 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-04 19:10:12 +0200 |
commit | 23bd3ccd8bc1b6aae931a3754ad478849c3be82d (patch) | |
tree | f96245ae0b14225ba2f008d7949ce2b07e436ea7 /web | |
parent | f8af7ed6b46d045b82b5b70370846fe857b5a39d (diff) | |
parent | 05fd46cdd1ce26b714888182ab69dcf2cd3d6ed2 (diff) | |
download | Nim-23bd3ccd8bc1b6aae931a3754ad478849c3be82d.tar.gz |
Merge branch 'master' into newparser
Diffstat (limited to 'web')
-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 |