diff options
author | Araq <rumpf_a@web.de> | 2015-04-27 23:11:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-27 23:11:59 +0200 |
commit | c6398d408de89672d1df21ee84507978f2320ba8 (patch) | |
tree | dc2226977e14097049e6f1e694243dbd781a3c36 /web | |
parent | b34bd3b16371ac05fd293a878976d6dd2326491c (diff) | |
download | Nim-c6398d408de89672d1df21ee84507978f2320ba8.tar.gz |
fixes #1888
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
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 |