diff options
author | Araq <rumpf_a@web.de> | 2013-06-09 23:33:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-09 23:33:32 +0200 |
commit | 3f35e2d39ea07842c3701a824b30b73fab42a559 (patch) | |
tree | 25f3055d168204885d1ab91345aa9ef85fdc2351 /web/news.txt | |
parent | 23ef565a3c2c1f83816fefbeadb0fc59e754997d (diff) | |
parent | 97eb4bd0ff5792ebd1cb958a726127af1129ce7b (diff) | |
download | Nim-3f35e2d39ea07842c3701a824b30b73fab42a559.tar.gz |
resolved conflict; added missing files
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f5737ffa3..98d3298b9 100644 --- a/web/news.txt +++ b/web/news.txt @@ -36,6 +36,8 @@ 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``, + ``dumpTreeImm`` and ``dumpLispImm`` are now deprecated. - Added ``requiresInit`` pragma to enforce explicit initialization. |