summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-19 00:16:25 +0100
committerAraq <rumpf_a@web.de>2012-11-19 00:16:25 +0100
commit14fc0631d7cfa7436b9703fd8d08235b2b5929b7 (patch)
tree2bf9c695b6b442bc33aa6e2eebb436e8bd986f15 /web/news.txt
parentdb80038c378f4b63845cb1b035f2b3dfdd25c2fc (diff)
downloadNim-14fc0631d7cfa7436b9703fd8d08235b2b5929b7.tar.gz
fixes #250
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index b73a32268..8474db4f9 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -27,6 +27,8 @@ Changes affecting backwards compatibility
 Compiler Additions
 ------------------
 
+- The compiler can now warn about shadowed local variables. However, this needs
+  to be turned on explicitly via ``--warning[ShadowIdent]:on``.
 
 
 Language Additions