diff options
author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-06-04 22:33:55 -0600 |
---|---|---|
committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-06-04 22:33:55 -0600 |
commit | 7ea77d93e370040b4971c9f209e4b465c49721a5 (patch) | |
tree | 153ca8f53d0613882687aa6b1d07b71094fd3d9d /web/news.txt | |
parent | 4255eb511ec688960bf03fd53b8df87186b7d988 (diff) | |
download | Nim-7ea77d93e370040b4971c9f209e4b465c49721a5.tar.gz |
Update news.txt
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 4f932bc05..d844b5012 100644 --- a/web/news.txt +++ b/web/news.txt @@ -36,7 +36,7 @@ Language Additions - Arrays can now be declared with a single integer literal ``N`` instead of a range; the range is then ``0..N-1``. - +- macros.dumptree and macros.dumplisp have been made immediate, dumptree_imm and dumplisp_imm are now deprecated. 2013-05-20 New website design! |