summary refs log tree commit diff stats
path: root/web/news
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-10-23 15:57:36 +0200
committerAraq <rumpf_a@web.de>2016-10-23 15:57:36 +0200
commit00915159803b6b90823b42dc41d86272e90fb1b8 (patch)
tree4073303ff0a347d39931988d28a28c8e8269543e /web/news
parentf9d8fd54c9f07329afc8ee17a4d496b0f7223cc8 (diff)
downloadNim-00915159803b6b90823b42dc41d86272e90fb1b8.tar.gz
website updates
Diffstat (limited to 'web/news')
-rw-r--r--web/news/e028_version_0_15_2.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/web/news/e028_version_0_15_2.rst b/web/news/e028_version_0_15_2.rst
index 376fb4dde..601a26646 100644
--- a/web/news/e028_version_0_15_2.rst
+++ b/web/news/e028_version_0_15_2.rst
@@ -16,10 +16,17 @@ regressions of 0.15.0. For Windows we now provide zipfiles in addition to the
 NSIS based installer which proves to be hard to maintain and after all these
 months still has serious issues. So we encourage you download the .zip
 file instead of the .exe file! Unzip it somewhere, run ``finish.exe`` to
-detect your MingW installation, done.
+detect your MingW installation, done. ``finish.exe`` can also set your PATH
+environment variable.
 
-To see a full list of changes, take a look at the
-detailed changelog `below <#changelog>`_.
+
+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-09-30+..+2016-10-23%22+>`_.
 
 
 - Fixed "`NimMain` not exported in DLL, but `NimMainInner` is"