summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-08-16 17:54:11 +0200
committerAraq <rumpf_a@web.de>2012-08-16 17:54:11 +0200
commite4c432387eb80817ed2557cfbd100be7fb0525e7 (patch)
tree29e53187e77f75d56d5aff334e17b9bba6db45b9 /web/news.txt
parentd37fe6e0a5cc414c24dbff485ee656cc6f16eed8 (diff)
downloadNim-e4c432387eb80817ed2557cfbd100be7fb0525e7.tar.gz
bycopy/byref for object/tuple types
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 91c47a3d1..e9e00a321 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -124,6 +124,8 @@ Compiler Additions
   of the compiler and can thus generate documentation for symbols hiding in
   macros.
 - The compiler now supports the ``dynlib`` pragma for variables.
+- The compiler now supports ``bycopy`` and ``byref`` pragmas that affect how
+  objects/tuples are passed.
 
 
 Language Additions