diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-05 12:55:13 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-05 12:55:13 +0100 |
commit | 13c69f5540a0527f11357d63ba5a2c15adaa42cb (patch) | |
tree | a6e401c273507be21ffb5660e9c40f98c39f4944 /web | |
parent | a22d6b7e683eaabaa935dd387fb2de95ef4bfd40 (diff) | |
download | Nim-13c69f5540a0527f11357d63ba5a2c15adaa42cb.tar.gz |
Bugfix: macros can be exported again
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 19be8a4bd..1c31849c4 100755 --- a/web/news.txt +++ b/web/news.txt @@ -32,6 +32,7 @@ Additions - Added ``system.cstringArrayToSeq``. - Added ``system.lines(f: TFile)`` iterator. - Added ``system.delete``, ``system.del`` and ``system.insert`` for sequences. +- Added ``system./`` for int. - Exported ``system.newException`` template. - Added ``cgi.decodeData(data: string): tuple[key, value: string]``. - Added ``math.trunc``. |