diff options
author | Araq <rumpf_a@web.de> | 2016-10-23 06:47:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-23 06:47:15 +0200 |
commit | 5cb50364eb1f70677f619882cfafbd3ede45356f (patch) | |
tree | 4f65b65aba1d62de7263f193e6a51d67e4b06ca6 /web | |
parent | f670ba2acc6cec85672f93c495d7574d0fab1781 (diff) | |
download | Nim-5cb50364eb1f70677f619882cfafbd3ede45356f.tar.gz |
updated news entry
Diffstat (limited to 'web')
-rw-r--r-- | web/news.rst | 2 | ||||
-rw-r--r-- | web/news/e028_version_0_15_2.rst | 24 | ||||
-rw-r--r-- | web/ticker.html | 2 |
3 files changed, 25 insertions, 3 deletions
diff --git a/web/news.rst b/web/news.rst index a3bbbc9b5..327cf6cca 100644 --- a/web/news.rst +++ b/web/news.rst @@ -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>`_ diff --git a/web/news/e028_version_0_15_2.rst b/web/news/e028_version_0_15_2.rst index 413f850b7..376fb4dde 100644 --- a/web/news/e028_version_0_15_2.rst +++ b/web/news/e028_version_0_15_2.rst @@ -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>`_) diff --git a/web/ticker.html b/web/ticker.html index dcb0b70d9..b59c0a3e9 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -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> |