summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-08-04 17:31:00 +0200
committerAraq <rumpf_a@web.de>2015-08-04 17:31:18 +0200
commitab26298a035ed794fc73724a6ae06eefd6c764d3 (patch)
tree92eabb800ac80655ec3036633f8bbe519fe94060 /web
parentf8f967720598ad75ec0e0db68a983cbcdd39145d (diff)
downloadNim-ab26298a035ed794fc73724a6ae06eefd6c764d3.tar.gz
added system.unsafeAddr
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index b72ae56d2..518793a4a 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -57,6 +57,11 @@ News
   Language Additions
   ------------------
 
+  - ``system.unsafeAddr`` can be used to access the address of a ``let``
+    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.
+
 
   Bugfixes
   --------