summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-03 23:12:03 +0200
committerAraq <rumpf_a@web.de>2011-04-03 23:12:03 +0200
commitb3e24382a025bfe2ca0f65cc46c8b9e5e652a26d (patch)
treef17f2fba88bdcf08d09ca0b25cd649e5c7921e54 /web/news.txt
parentb38c7adad1e153c8678c93098391cb2bd8d8fef6 (diff)
downloadNim-b3e24382a025bfe2ca0f65cc46c8b9e5e652a26d.tar.gz
added another system.open; bugfix: koch clean may not break .git dirs anymore
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 9b1979056..c28eef94e 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -67,7 +67,8 @@ Additions
 - The *interactive mode* (REPL) has been improved and documented for the 
   first time.
 - Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas.
-- Added ``system.reset``.
+- Added ``system.reset`` and a version of ``system.open`` that 
+  returns a ``TFile`` and raises an exception in case of an error.
 - The compiler now might use a hashing for string case statements depending
   on the number of string literals in the case statement.