summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-09 23:33:32 +0200
committerAraq <rumpf_a@web.de>2013-06-09 23:33:32 +0200
commit3f35e2d39ea07842c3701a824b30b73fab42a559 (patch)
tree25f3055d168204885d1ab91345aa9ef85fdc2351 /web/news.txt
parent23ef565a3c2c1f83816fefbeadb0fc59e754997d (diff)
parent97eb4bd0ff5792ebd1cb958a726127af1129ce7b (diff)
downloadNim-3f35e2d39ea07842c3701a824b30b73fab42a559.tar.gz
resolved conflict; added missing files
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt2
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.