summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2013-05-12 16:14:28 +0300
committerZahary Karadjov <zahary@gmail.com>2013-05-12 16:14:28 +0300
commit1d29d24465ddb9aaea18558f221ff67bf82db0c7 (patch)
tree8beb534b4a6f0fecd62b5d92ce9041cdf253798b /web/news.txt
parent14b5d5f2622b8ed4625fc7c010be2b627381693d (diff)
downloadNim-1d29d24465ddb9aaea18558f221ff67bf82db0c7.tar.gz
documented the ``noforward`` pragma
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt2
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