summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-08-06 18:11:03 +0200
committerAraq <rumpf_a@web.de>2012-08-06 18:11:03 +0200
commitce23b814a0255a1a20eefff5e9b3679d52b8aa43 (patch)
tree7cf5ee8f11d53cd7aa45cebb4e8bbdbb3e6545bf /web/news.txt
parent5cd933a44d37b46dd3a1f349777efca6eaaf11e2 (diff)
downloadNim-ce23b814a0255a1a20eefff5e9b3679d52b8aa43.tar.gz
borrow works with generics
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
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