summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-08-21 02:34:34 +0200
committerAraq <rumpf_a@web.de>2015-08-21 02:34:34 +0200
commit695e2e970e5ee560d324d6775c202f9b808f97fa (patch)
treeee9a89024a46a4eaf425c1000b5c0406c5c99633 /web
parenta2bb7d4c71e0804dd57c8e4d7ba16cf61ab184f1 (diff)
downloadNim-695e2e970e5ee560d324d6775c202f9b808f97fa.tar.gz
implemented macros.getImpl
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c93bb821f..fce77a0bf 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -61,6 +61,7 @@ News
   - The ``expandSymlink`` proc has been added to the ``os`` module.
   - The ``tailDir`` proc has been added to the ``os`` module.
 
+
   Language Additions
   ------------------
 
@@ -68,6 +69,9 @@ News
     variable or parameter for C interoperability. Since technically this
     makes parameters and ``let`` variables mutable, it is considered even more
     unsafe than the ordinary ``addr`` builtin.
+  - Added ``macros.getImpl`` that can be used to access the implementation of
+    a routine or a constant. This allows for example for user-defined inlining
+    of function calls.
 
 
   Bugfixes