diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-20 00:34:05 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-20 00:34:05 +0100 |
commit | 02cd3ca350f169c1943096647669e55b3dbb8edb (patch) | |
tree | 4398d661ee04980f2e16ec83402ca7db6454912a /web/news.txt | |
parent | a23d418d78f7c35b2e7aed23ed6beb60e2542b83 (diff) | |
download | Nim-02cd3ca350f169c1943096647669e55b3dbb8edb.tar.gz |
Updated news.
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 17 |
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 -------- |