diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-01-26 01:38:45 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-01-26 01:38:45 +0200 |
commit | 5d712e0d3f9f5b8e486720c8bedd749656b527d8 (patch) | |
tree | c021fc94967717fb6fa56d50271655c99875ae94 /web/news.txt | |
parent | 5a6030a16bf74ee7de92117c5b2d7310b8b36d28 (diff) | |
parent | ad74332a9221b17db84de6eca55f19b67a3ec81f (diff) | |
download | Nim-5d712e0d3f9f5b8e486720c8bedd749656b527d8.tar.gz |
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 01b6d18b9..a045eb880 100644 --- a/web/news.txt +++ b/web/news.txt @@ -74,6 +74,8 @@ Language Additions evaluable at compile-time. - Support for user-defined type classes has been added. - The *command syntax* is supported in a lot more contexts. +- Anonymous iterators are now supported and iterators can capture variables + of an outer proc. Tools improvements |