summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-20 17:46:11 +0100
committerAraq <rumpf_a@web.de>2012-11-20 17:46:11 +0100
commit3d408420889097a87919fc2f8e9e5de837a35506 (patch)
treee8378cd5dd5b405c5e2663a52f49e271577146c8 /web/news.txt
parent3738cee76edf1abdcab0b2b90066a8725fe63368 (diff)
downloadNim-3d408420889097a87919fc2f8e9e5de837a35506.tar.gz
doc2 improvements; small lexer bugfix: backslashes in comments
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 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``.