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 ef4255402..7c46e550a 100644 --- a/web/news.txt +++ b/web/news.txt @@ -56,6 +56,8 @@ Compiler Additions to be turned on explicitly via ``--warning[ShadowIdent]:on``. - The compiler now supports almost every pragma in a ``push`` pragma. - Generic converters have been implemented. +- Added a ``noforward`` pragma enabling a special compilation mode that largely + eliminates the need for forward declarations. Language Additions |