summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-25 11:03:14 +0100
committerAraq <rumpf_a@web.de>2012-11-25 11:03:14 +0100
commitccd2934e4a29668013776937d387084ad349f142 (patch)
tree602b5625e80da0eb38431d76bf4c2a34e2808f0d /web/news.txt
parent019d6e4127a1dbe7ba8be4cc40c3c9358b1c48b3 (diff)
downloadNim-ccd2934e4a29668013776937d387084ad349f142.tar.gz
first steps for 'not nil' annotation
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 5ea0dfde9..6cd120e39 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -47,6 +47,10 @@ Language Additions
   exceptions for you.
 - User defined effects ("tags") tracking has been added and the ``doc2`` 
   command annotates possible tags for you.
+- Types can be annotated with the new syntax ``not nil`` to explictly state
+  that ``nil`` is not allowed. However currently the compiler performs no
+  advanced static checking for this; for now it's merely for documentation
+  purposes.
 
 
 2012-09-23 Version 0.9.0 released