diff options
author | Araq <rumpf_a@web.de> | 2012-11-19 00:16:25 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-19 00:16:25 +0100 |
commit | 14fc0631d7cfa7436b9703fd8d08235b2b5929b7 (patch) | |
tree | 2bf9c695b6b442bc33aa6e2eebb436e8bd986f15 /web/news.txt | |
parent | db80038c378f4b63845cb1b035f2b3dfdd25c2fc (diff) | |
download | Nim-14fc0631d7cfa7436b9703fd8d08235b2b5929b7.tar.gz |
fixes #250
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
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 |