summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-05 21:30:02 +0100
committerAraq <rumpf_a@web.de>2014-03-05 21:30:02 +0100
commitc5db5875f7b601fc2c625d249f43ad5bad21ddd3 (patch)
tree801a19c42df7b571da6f372d2a304c35c42b91b3 /web
parent5506e8491dc9acc17537ffd96f5f763994077f4e (diff)
downloadNim-c5db5875f7b601fc2c625d249f43ad5bad21ddd3.tar.gz
system.nim makes use of the 'unchecked' pragma
Diffstat (limited to 'web')
-rw-r--r--web/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index f9ac1b66d..0001cece7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -60,6 +60,9 @@ News
       virtual machine. This fixes numerous bugs for ``nimrod i`` and for macro
       evaluation.
     - ``--gc:none`` produces warnings when code uses the GC.
+    - A ``union`` pragma for better C interoperability is now supported.
+    - Arrays can be annotated to be ``unchecked`` for easier low level
+      manipulations of memory.
 
 
     Language Additions