summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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
 --------