summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-13 01:40:11 +0200
committerAraq <rumpf_a@web.de>2013-06-13 01:40:11 +0200
commitd4c91bbd8546b4e4a2a986f0047e9c7935ef2302 (patch)
treea593d472df18ecc555abfbc019f615d7a9062e5d /web/news.txt
parent009730595303d6da2911fb16004b51388628f0cc (diff)
downloadNim-d4c91bbd8546b4e4a2a986f0047e9c7935ef2302.tar.gz
improvements for 'not nil' checking
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 98d3298b9..fdbb156a7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -29,6 +29,7 @@ Compiler Additions
 - The compiler can now warn about "uninitialized" variables. (There are no
   real uninitialized variables in Nimrod as they are initialized to binary
   zero). Activate via ``{.warning[Uninit]:on.}``.
+- The compiler now enforces the ``not nil`` constraint.
 
 
 Language Additions