diff options
author | Araq <rumpf_a@web.de> | 2013-05-20 02:22:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-20 02:22:11 +0200 |
commit | b222de14322d2154ffb158aa06b9d85f1dab0fcf (patch) | |
tree | 3fef753e254c0f54419228abc12d43bf7f1f228f /web/news.txt | |
parent | de1c549393735b678a13d19e5676fbbf2721e068 (diff) | |
parent | 571dbc8ef3644b29ae2f7384389303aed44c9a34 (diff) | |
download | Nim-b222de14322d2154ffb158aa06b9d85f1dab0fcf.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index b8a767a64..8d0ed97c3 100644 --- a/web/news.txt +++ b/web/news.txt @@ -2,7 +2,7 @@ News ==== -New website design! +2013-05-20 New website design! =================== A brand new website is now live. All thanks go to Philip Witte and @@ -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 -------- |