blob: 2f6c72c829f207b460a97de823ff9f37d1b323ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
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
-----------------
- Added new parameter to ``error`` proc of ``macro`` module to provide better
error message
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+>`_.
|