diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5ef96368f..74b33e2bf 100644 --- a/web/news.txt +++ b/web/news.txt @@ -33,6 +33,8 @@ Compiler Additions 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. +- The compiler now supports a ``codegenDecl`` pragma for even more control + over the generated code. Language Additions |