summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-05-20 00:34:05 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-05-20 00:34:05 +0100
commit02cd3ca350f169c1943096647669e55b3dbb8edb (patch)
tree4398d661ee04980f2e16ec83402ca7db6454912a /web/news.txt
parenta23d418d78f7c35b2e7aed23ed6beb60e2542b83 (diff)
downloadNim-02cd3ca350f169c1943096647669e55b3dbb8edb.tar.gz
Updated news.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 906fb1108..e9875b011 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -15,7 +15,22 @@ agree that Philip's design is beautiful.
 2013-05-20 Version 0.9.2 released
 =================================
 
-Version 0.9.2 has been released! Get it `here <download.html>`_. 
+We are pleased to announce that version 0.9.2 of the Nimrod compiler has been
+released. This release has attracted by far the most contributions in comparison
+to any other release.
+
+This release can be downloaded from `here <download.html>`_.
+
+This release brings with it many new features and bug fixes, a list of which
+can be seen later. One of the major new features is the effect system together
+with exception tracking which allows for checked exceptions and more, 
+for further details check out the `manual <manual.html#effect-system>`_.
+Another major new feature is the introduction of statement list expressions,
+more details on these can be found `here <manual.html#statement-list-expression>`_.
+The ability to exclude symbols from modules has also been
+implemented, this feature can be used like so: ``import module except symbol``.
+
+Thanks to all `contributors <https://github.com/Araq/Nimrod/contributors>`_!
 
 Bugfixes
 --------