diff options
author | Araq <rumpf_a@web.de> | 2013-01-16 08:42:30 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-01-16 08:42:30 +0100 |
commit | c43697b59a08459fdfe41129b9ed0f96cf0150fa (patch) | |
tree | 8c1a9c2e3f4f915791922e45fcbaede72aa9c0b3 /web/news.txt | |
parent | c9690864d4cf9945cb5eb9497f7621e56f9bebd0 (diff) | |
download | Nim-c43697b59a08459fdfe41129b9ed0f96cf0150fa.tar.gz |
implemented generic multi methods
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 824e0c3a3..e4e9108e0 100755 --- a/web/news.txt +++ b/web/news.txt @@ -57,6 +57,7 @@ Language Additions symbol forwarding so client modules don't have to import a module's dependencies explicitly. - Overloading based on ASTs has been implemented. +- Generics are now supported for multi methods. 2012-09-23 Version 0.9.0 released |