summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-04-27 23:11:36 +0200
committerAraq <rumpf_a@web.de>2015-04-27 23:11:59 +0200
commitc6398d408de89672d1df21ee84507978f2320ba8 (patch)
treedc2226977e14097049e6f1e694243dbd781a3c36 /web
parentb34bd3b16371ac05fd293a878976d6dd2326491c (diff)
downloadNim-c6398d408de89672d1df21ee84507978f2320ba8.tar.gz
fixes #1888
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index f792f5017..6cb92b581 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -3,7 +3,7 @@ News
 ====
 
 ..
-  2015-03-01 Version 0.10.4 released
+  2015-03-01 Version 0.11.0 released
   ==================================
 
 
@@ -131,6 +131,9 @@ News
 
   - A single underscore can now be used to discard values when unpacking tuples.
   - ``marshal.$$`` and ``marshal.to`` can be executed at compile-time.
+  - Interoperability with C++ improved tremendously; C++'s templates and
+    operators can be wrapped directly. See `this <nimc.html#ImportCpp-pragma>`_
+    for more information.
 
 
   Library additions