diff options
author | Araq <rumpf_a@web.de> | 2012-08-06 18:11:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-06 18:11:03 +0200 |
commit | ce23b814a0255a1a20eefff5e9b3679d52b8aa43 (patch) | |
tree | 7cf5ee8f11d53cd7aa45cebb4e8bbdbb3e6545bf /web | |
parent | 5cd933a44d37b46dd3a1f349777efca6eaaf11e2 (diff) | |
download | Nim-ce23b814a0255a1a20eefff5e9b3679d52b8aa43.tar.gz |
borrow works with generics
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 b445ff8c4..74d91e601 100755 --- a/web/news.txt +++ b/web/news.txt @@ -145,6 +145,7 @@ Language Additions - A semicolon can now be used to have multiple simple statements on a single line: ``inc i; inc j``. - ``bind`` supports overloaded symbols and operators. +- A ``distinct`` type can now borrow from generic procs. 2012-02-09 Version 0.8.14 released |