diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f133968c2..4f932bc05 100644 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,10 @@ Changes affecting backwards compatibility 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.}``. + Language Additions ------------------ |