diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-09-09 11:44:19 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-09-09 11:44:19 +0100 |
commit | 4fc8fcf37c61529e2c9ad2827df18254a0fc8fd2 (patch) | |
tree | d335b70e1025dd5cbb514c084864f212695413f0 /web | |
parent | 4db65350250c3350351298d9962a9e66404b3ef6 (diff) | |
download | Nim-4fc8fcf37c61529e2c9ad2827df18254a0fc8fd2.tar.gz |
Mentioned new comment handling in news.txt.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 3b48140e5..98d703cfd 100644 --- a/web/news.txt +++ b/web/news.txt @@ -31,7 +31,8 @@ News will disappear soon! - ``system.fileHandle`` has been renamed to ``system.getFileHandle`` to prevent name conflicts with the new type ``FileHandle``. - + - Comments are now not part of the AST, as such you cannot use them in place + of ``discard``. Language Additions ------------------ |