summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-08 02:24:19 +0200
committerAraq <rumpf_a@web.de>2014-08-08 02:24:19 +0200
commit057b53e1394962f43afba8e3e0a73f91bca68fe0 (patch)
treeb858a984fc1f1642b980d0656743d38dbd4257f3 /web
parent404ada2aff51517c56f8beb5735b27a12d3f2485 (diff)
downloadNim-057b53e1394962f43afba8e3e0a73f91bca68fe0.tar.gz
'lambda' is no keyword anymore
Diffstat (limited to 'web')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 3aca10692..20e241221 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -22,6 +22,7 @@ News
     of the new ``TUri`` type in the ``uri`` module.
   - The ``destructor`` pragma has been deprecated. Use the ``override`` pragma
     instead. The destructor's name has to be ``destroy`` now.
+  - ``lambda`` is not a keyword anymore.
 
   Language Additions
   ------------------