summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-01 19:10:47 +0100
committerAraq <rumpf_a@web.de>2012-12-01 19:10:47 +0100
commitc98e3d2c274ac4bd4227d4e3f7e0d2636827f88c (patch)
treec9b624562ae38f56d19e7ed190307caea8c61241 /web/news.txt
parentf503439e811d822f19daa9591cb3bd9e90edabe7 (diff)
downloadNim-c98e3d2c274ac4bd4227d4e3f7e0d2636827f88c.tar.gz
implements 'export' feature
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 6cd120e39..fc54bbce2 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -51,6 +51,9 @@ Language Additions
   that ``nil`` is not allowed. However currently the compiler performs no
   advanced static checking for this; for now it's merely for documentation
   purposes.
+- An ``export`` statement has been added to the language: It can be used for
+  symbol forwarding so client modules don't have to import a module's 
+  dependencies explicitly.
 
 
 2012-09-23 Version 0.9.0 released