diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-30 12:30:55 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-30 12:30:55 +0100 |
commit | 01f625f75c46d455a32ca64878c6b603d3761344 (patch) | |
tree | 96b6ffbbe1f20ad43f76a14879da2cc7005e53ea /web | |
parent | a4f8a89c85391051eabe46530e953e4696aad3d6 (diff) | |
download | Nim-01f625f75c46d455a32ca64878c6b603d3761344.tar.gz |
Intro for release notes.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5f3e65c63..3622f2161 100644 --- a/web/news.txt +++ b/web/news.txt @@ -6,6 +6,19 @@ News 2015-04-30 Version 0.11.0 released ================================== +With this release we are one step closer to reaching version 1.0 and by +extension the persistence of the Nim specification. As mentioned in the +previous release notes, starting with version 1.0, we will not be introducing +any more breaking changes to Nim. + +The *language* itself is very close to 1.0, the primary area that requires +more work is the standard library. + +Take a look at the `download <download.html>`_ page for binaries (Windows-only) +and 0.11.0 snapshots of the source code. The Windows installer now also +includes `Aporia <https://github.com/nim-lang/aporia>`_, +`Nimble <https://github.com/nim-lang/nimble>`_ and other useful tools to get +you started with Nim. What's left to be done ~~~~~~~~~~~~~~~~~~~~~~ |