diff options
author | Araq <rumpf_a@web.de> | 2011-03-25 02:01:36 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-03-25 02:01:36 +0100 |
commit | 45f8d31c4718fb20498b16a621f3d14b3056b5cc (patch) | |
tree | 2389cf87f58901143b0f53fe43561abd693be25a /web/news.txt | |
parent | bd4f0b94aeca0f3fa5b083281ebbb2157625ce55 (diff) | |
download | Nim-45f8d31c4718fb20498b16a621f3d14b3056b5cc.tar.gz |
added 'reset' news entry; fixed #23
Diffstat (limited to 'web/news.txt')
-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 3521b97cc..9b1979056 100755 --- a/web/news.txt +++ b/web/news.txt @@ -67,6 +67,7 @@ Additions - The *interactive mode* (REPL) has been improved and documented for the first time. - Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas. +- Added ``system.reset``. - The compiler now might use a hashing for string case statements depending on the number of string literals in the case statement. |