diff options
author | Araq <rumpf_a@web.de> | 2012-12-05 22:03:36 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-05 22:03:36 +0100 |
commit | 38ab30d153f7ae3b1b2b74329092ffb7ca781ead (patch) | |
tree | d39dc114db80ccdd50534dbf26f9133ef119405a /web/news.txt | |
parent | 7171ae62cb94bf5e7ed426ec0679e4247c993121 (diff) | |
download | Nim-38ab30d153f7ae3b1b2b74329092ffb7ca781ead.tar.gz |
implemented generic converters
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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 |