diff options
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. |