summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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