Merge branch 'master' of github.com:Araq/Nimrod

This commit is contained in:
Araq
2013-05-20 02:22:11 +02:00
4 changed files with 303 additions and 4 deletions

View File

@@ -6,5 +6,47 @@ Wiki: http://github.com/Araq/Nimrod/wiki.
Bug reports: http://github.com/Araq/Nimrod/issues.
For quickest feedback, join our IRC channel: irc://freenode/nimrod
For quickest feedback, join our IRC channel: irc://irc.freenode.net/nimrod
How to help
===========
There are always many things to be done in the main
`Nimrod repository <https://github.com/Araq/Nimrod>`_, check out the
`issues <https://github.com/Araq/Nimrod/issues>`_ for
things to do; pull requests are always welcome. You can
also contribute to the many other projects hosted by the
`nimrod-code <https://github.com/nimrod-code>`_ organisation on github. If you
can't find anything you fancy doing, you can always ask for inspiration on IRC
(irc.freenode.net #nimrod) or on the `Nimrod forums <http://forum.nimrod-code.org>`_.
Donations
---------
If you love what we do and are feeling generous then you can always donate:
Gittip
``````
.. raw:: html
<iframe style="border: 0; margin: 0; padding: 0;"
src="https://www.gittip.com/Araq/widget.html"
width="48pt" height="22pt"></iframe>
Paypal
``````
.. raw:: html
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ZQC6CVEEYNTLN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
Bitcoin
```````
Bitcoin address: 1BXfuKM2uvoD6mbx4g5xM3eQhLzkCK77tJ

View File

@@ -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
--------

View File

@@ -1,3 +1,8 @@
<a class="news" href="news.html#new-website-design">
<h3>May 20, 2013</h3>
<p>New website design!</p>
</a>
<a class="news" href="news.html#Z2013-05-20-version-0-9-2-released">
<h3>May 20, 2013</h3>
<p>Nimrod version 0.9.2 has been released!</p>