summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-05-23 02:25:16 +0300
committerZahary Karadjov <zahary@gmail.com>2012-05-23 02:25:16 +0300
commitb1574bb0e00f0d2eeea610a79fb26e60f49f8aef (patch)
treee023d11c920e37b0f2808b0dcbf5bc0b941e646a /web/news.txt
parente2221ab3105852b53aa9c1090a4cc9be462f9a06 (diff)
downloadNim-b1574bb0e00f0d2eeea610a79fb26e60f49f8aef.tar.gz
stand-alone except and finally blocks
This is equivalent to the on-error and at-scope-exit operators in other languages
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 e047cf1fc..d6f2acef2 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -97,6 +97,7 @@ Language Additions
 - ``when`` expressions are now allowed just like ``if`` expressions.
 - The precedence for operators starting with ``@`` is different now 
   allowing for *sigil-like* operators.
+- Stand-alone ``finally`` and ``except`` blocks are now supported.
 
 
 2012-02-09 Version 0.8.14 released