summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--web/news.rst3
-rw-r--r--web/news/2016_09_30_version_0_15_0_released.rst (renamed from web/news/version_0_15_released.rst)2
-rw-r--r--web/ticker.html2
3 files changed, 5 insertions, 2 deletions
diff --git a/web/news.rst b/web/news.rst
index 2b43034cc..f819c384c 100644
--- a/web/news.rst
+++ b/web/news.rst
@@ -2,6 +2,9 @@
 News
 ====
 
+`2016-09-30 Nim Version 0.15.0 released <news/2016_09_00_version_0_15_0_released.html>`_
+===================================
+
 `2016-09-03 Nim Community Survey results <news/2016_09_03_nim_community_survey_results.html>`_
 ===================================
 
diff --git a/web/news/version_0_15_released.rst b/web/news/2016_09_30_version_0_15_0_released.rst
index f5bd72234..47c02e9e4 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/2016_09_30_version_0_15_0_released.rst
@@ -465,7 +465,7 @@ via a commit, for a full list see
   (`#4699 <https://github.com/nim-lang/Nim/issues/4699>`_)
 
 - Fixed "Closing AsyncEvent now also unregisters it on non-Windows platforms"
-    (`#4694 <https://github.com/nim-lang/Nim/issues/4694>`_)
+  (`#4694 <https://github.com/nim-lang/Nim/issues/4694>`_)
 - Fixed "Don't update handle in upcoming/asyncdispatch poll() if it was closed"
   (`#4697 <https://github.com/nim-lang/Nim/issues/4697>`_)
 - Fixed "generated local variables declared outside block"
diff --git a/web/ticker.html b/web/ticker.html
index 57e6e0b30..a05ea8476 100644
--- a/web/ticker.html
+++ b/web/ticker.html
@@ -1,4 +1,4 @@
-<a class="news" href="$1news/2016_09_03_nim_community_survey_results.html">
+<a class="news" href="$1news/2016_09_30_version_0_15_0_released.html">
   <h4>September 30, 2016</h4>
   <p>Nim version 0.15.0 has been released!</p>
 </a>