summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-20 23:20:11 +0200
committerAraq <rumpf_a@web.de>2011-06-20 23:20:11 +0200
commitf1100356b1dc08558f51a6d360d272c000e1c4bd (patch)
tree1963a2c91c1a8e57ed42f4baf06eebc95445b1a5 /web/news.txt
parentc3f11d1637cf8d07d06ba6032a52244d2e5eb6fb (diff)
downloadNim-f1100356b1dc08558f51a6d360d272c000e1c4bd.tar.gz
zipfiles compiles again; added system.shallowCopy
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index a0825e0cb..d0ae451b5 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -94,7 +94,8 @@ Additions
 - The compiler now supports array, sequence and string slicing.
 - Added ``system.newStringOfCap``.
 - Added ``system.raiseHook``.
-- Added ``system.writeFile ``.
+- Added ``system.writeFile``.
+- Added ``system.shallowCopy``.
 - ``system.echo`` is guaranteed to be thread-safe.
 - Case statement branches support constant sets for programming convenience.