summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-09-24 00:46:41 +0200
committerAraq <rumpf_a@web.de>2011-09-24 00:46:41 +0200
commit6023e994fbc949c77abbbe4ffae761ca982732db (patch)
tree1a2173755edc026cdbae89c7f5ca0bdfdc83a138 /web/news.txt
parent2359b8b1073cfd027ac14a147aba06cc18d61010 (diff)
downloadNim-6023e994fbc949c77abbbe4ffae761ca982732db.tar.gz
beginning of a taint mode; type system enhancements
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index bd2d970d2..462133d24 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -45,6 +45,8 @@ Language Additions
 - The built-in type ``void`` can be used to denote the absense of any type.
   This is useful in generic code.
 - Return types may be of the type ``var T`` to return an l-value.
+- The error pragma can now be used to mark symbols whose *usage* should trigger
+  a compile-time error.
 
 
 Compiler Additions