From 45f8d31c4718fb20498b16a621f3d14b3056b5cc Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 25 Mar 2011 02:01:36 +0100 Subject: [PATCH] added 'reset' news entry; fixed #23 --- web/news.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/web/news.txt b/web/news.txt index 3521b97cc1..9b19790562 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.