diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 1 |
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 |