summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-01-16 08:42:30 +0100
committerAraq <rumpf_a@web.de>2013-01-16 08:42:30 +0100
commitc43697b59a08459fdfe41129b9ed0f96cf0150fa (patch)
tree8c1a9c2e3f4f915791922e45fcbaede72aa9c0b3 /web
parentc9690864d4cf9945cb5eb9497f7621e56f9bebd0 (diff)
downloadNim-c43697b59a08459fdfe41129b9ed0f96cf0150fa.tar.gz
implemented generic multi methods
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
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