summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-05 22:03:36 +0100
committerAraq <rumpf_a@web.de>2012-12-05 22:03:36 +0100
commit38ab30d153f7ae3b1b2b74329092ffb7ca781ead (patch)
treed39dc114db80ccdd50534dbf26f9133ef119405a /web/news.txt
parent7171ae62cb94bf5e7ed426ec0679e4247c993121 (diff)
downloadNim-38ab30d153f7ae3b1b2b74329092ffb7ca781ead.tar.gz
implemented generic converters
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 1650bd562..254e9a57a 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,6 +34,7 @@ Compiler Additions
 - The compiler can now warn about shadowed local variables. However, this needs
   to be turned on explicitly via ``--warning[ShadowIdent]:on``.
 - The compiler now supports almost every pragma in a ``push`` pragma.
+- Generic converters have been implemented.
 
 
 Language Additions