diff options
author | Araq <rumpf_a@web.de> | 2012-11-08 08:32:08 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-08 08:32:08 +0100 |
commit | ed28f3c8dc342e1b057c3df62ad7da371444891e (patch) | |
tree | 155179dacb82ef85e5033de3d90e2a5ac836ed17 /web | |
parent | 515cf985f41dcce7751018ee678109b17b886643 (diff) | |
download | Nim-ed28f3c8dc342e1b057c3df62ad7da371444891e.tar.gz |
documented 'mixin' declaration
Diffstat (limited to 'web')
-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 2dcf3f913..9101f8974 100755 --- a/web/news.txt +++ b/web/news.txt @@ -35,6 +35,7 @@ Language Additions - Table constructors now mimic more closely the syntax of the ``case`` statement. - Nimrod can now infer the return type of a proc from its body. +- Added a ``mixin`` declaration to affect symbol binding rules in generics. - Exception tracking has been added and the ``doc2`` command annotates possible exceptions for you. |