diff options
author | Araq <rumpf_a@web.de> | 2012-09-10 19:34:16 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-10 19:34:16 +0200 |
commit | 92b449562e4815b69b07e74a4f37ff38e27c6a3d (patch) | |
tree | 1d8791285b2fd9a7e5c416bdf8d5f0e798f90510 /web/news.txt | |
parent | 6d94e4590244fe6174181ca4d0928a06d5c6a257 (diff) | |
download | Nim-92b449562e4815b69b07e74a4f37ff38e27c6a3d.tar.gz |
tr macros now documented
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 a9d3336a7..2c9fd2715 100755 --- a/web/news.txt +++ b/web/news.txt @@ -162,6 +162,8 @@ Language Additions in templates. - Comments can be continued with a backslash continuation character so that comment pieces don't have to align on the same column. +- Enums can be annotated with ``pure`` so that their field names do not pollute + the current scope. 2012-02-09 Version 0.8.14 released |