summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-03-05 12:55:13 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-03-05 12:55:13 +0100
commit13c69f5540a0527f11357d63ba5a2c15adaa42cb (patch)
treea6e401c273507be21ffb5660e9c40f98c39f4944 /web
parenta22d6b7e683eaabaa935dd387fb2de95ef4bfd40 (diff)
downloadNim-13c69f5540a0527f11357d63ba5a2c15adaa42cb.tar.gz
Bugfix: macros can be exported again
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
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``.