diff options
author | Araq <rumpf_a@web.de> | 2011-06-20 23:20:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-20 23:20:11 +0200 |
commit | f1100356b1dc08558f51a6d360d272c000e1c4bd (patch) | |
tree | 1963a2c91c1a8e57ed42f4baf06eebc95445b1a5 /web/news.txt | |
parent | c3f11d1637cf8d07d06ba6032a52244d2e5eb6fb (diff) | |
download | Nim-f1100356b1dc08558f51a6d360d272c000e1c4bd.tar.gz |
zipfiles compiles again; added system.shallowCopy
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
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. |