diff options
author | Araq <rumpf_a@web.de> | 2012-11-20 17:46:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-20 17:46:11 +0100 |
commit | 3d408420889097a87919fc2f8e9e5de837a35506 (patch) | |
tree | e8378cd5dd5b405c5e2663a52f49e271577146c8 /web/news.txt | |
parent | 3738cee76edf1abdcab0b2b90066a8725fe63368 (diff) | |
download | Nim-3d408420889097a87919fc2f8e9e5de837a35506.tar.gz |
doc2 improvements; small lexer bugfix: backslashes in comments
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 8474db4f9..4150ddf8d 100755 --- a/web/news.txt +++ b/web/news.txt @@ -27,6 +27,8 @@ Changes affecting backwards compatibility Compiler Additions ------------------ +- The ``doc2`` command does not generate output for the whole project anymore. + Use the new ``--project`` switch to enable this behaviour. - The compiler can now warn about shadowed local variables. However, this needs to be turned on explicitly via ``--warning[ShadowIdent]:on``. |