diff options
author | Araq <rumpf_a@web.de> | 2016-10-24 17:40:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-24 17:41:02 +0200 |
commit | 06e03099e4238c949607c2553ca87146a4a86cff (patch) | |
tree | b0fa8ed5e2b88079edf344c16304711cf8e92eff /web | |
parent | 6d4d8d5669b966fa0596d2e3d44b0e36399ed559 (diff) | |
download | Nim-06e03099e4238c949607c2553ca87146a4a86cff.tar.gz |
news entry for upcoming changes
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e029_version_0_16_0.rst | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst new file mode 100644 index 000000000..1d3f3b3df --- /dev/null +++ b/web/news/e029_version_0_16_0.rst @@ -0,0 +1,53 @@ +Version 0.16.0 released +======================= + +.. container:: metadata + + Posted by xyz on dd/mm/yyyy + +We're happy to announce that the latest release of Nim, version 0.16.0, is now +available! + +As always, you can grab the latest version from the +`downloads page <http://nim-lang.org/download.html>`_. + +This release includes almost xyz bug fixes and improvements. To see a full list +of changes, take a look at the detailed changelog +`below <#changelog>`_. + +Some of the most significant changes in this release include: xyz + + +Changelog +~~~~~~~~~ + +Changes affecting backwards compatibility +----------------------------------------- + +- ``staticExec`` now uses the directory of the nim file that contains the + ``staticExec`` call as the current working directory. + + +Library Additions +----------------- + + +Tool Additions +-------------- + + +Compiler Additions +------------------ + + +Language Additions +------------------ + + +Bugfixes +-------- + +The list below has been generated based on the commits in Nim's git +repository. As such it lists only the issues which have been closed +via a commit, for a full list see +`this link on Github <https://github.com/nim-lang/Nim/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%222016-06-22+..+2016-09-30%22+>`_. |