updated news entry

This commit is contained in:
Araq
2016-10-23 06:47:15 +02:00
parent f670ba2acc
commit 5cb50364eb
3 changed files with 25 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
News
====
`2016-10-21 Nim Version 0.15.2 released <news/e028_version_0_15_2.html>`_
`2016-10-23 Nim Version 0.15.2 released <news/e028_version_0_15_2.html>`_
===================================
`2016-09-30 Nim Version 0.15.0 released <news/e027_version_0_15_0.html>`_

View File

@@ -3,7 +3,7 @@ Version 0.15.2 released
.. container:: metadata
Posted by Andreas Rumpf on 21/10/2016
Posted by Andreas Rumpf on 23/10/2016
We're happy to announce that the latest release of Nim, version 0.15.2, is now
available!
@@ -46,3 +46,25 @@ detailed changelog `below <#changelog>`_.
(`#3078 <https://github.com/nim-lang/Nim/issues/3078>`_)
- Fixed "nim doc does not generate doc comments correctly"
(`#4913 <https://github.com/nim-lang/Nim/issues/4913>`_)
- Fixed "nim doc2 fails on ARM when running against lib/pure/coro.nim"
(`#4879 <https://github.com/nim-lang/Nim/issues/4879>`_)
- Fixed "xmlparser does not unescape correctly"
(`#1518 <https://github.com/nim-lang/Nim/issues/1518>`_)
- Fixed "[docs] mysterious "raise hook""
(`#3485 <https://github.com/nim-lang/Nim/issues/3485>`_)
- Fixed "assertion failure in non-release Nim when compiling NimYAML"
(`#4869 <https://github.com/nim-lang/Nim/issues/4869>`_)
- Fixed "A closure causes nimscript to fail with unhandled exception"
(`#4906 <https://github.com/nim-lang/Nim/issues/4906>`_)
- Fixed "startProcess changes working directory"
(`#4867 <https://github.com/nim-lang/Nim/issues/4867>`_)
- Fixed "bindsym to void template produces ICE"
(`#4808 <https://github.com/nim-lang/Nim/issues/4808>`_)
- Fixed "readline(TFile, var string) segfaults if second argument is nil"
(`#564 <https://github.com/nim-lang/Nim/issues/564>`_)
- Fixed "times.parse gives the wrong day of the week for the first hour of the day."
(`#4922 <https://github.com/nim-lang/Nim/issues/4922>`_)
- Fixed "Internal error when passing parameter proc inside .gcsafe closure"
(`#4927 <https://github.com/nim-lang/Nim/issues/4927>`_)
- Fixed "Upcoming asyncdispatch doesn't compile with C++ backend on OS X"
(`#4928 <https://github.com/nim-lang/Nim/issues/4928>`_)

View File

@@ -1,5 +1,5 @@
<a class="news" href="$1news/e028_version_0_15_2.html">
<h4>October 21, 2016</h4>
<h4>October 23, 2016</h4>
<p>Nim version 0.15.2 has been released!</p>
</a>