summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-01-18 00:02:22 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-01-18 00:02:22 +0100
commitbd933e6009b01768bfc62f4386aea9a09282beb6 (patch)
treefcb41611027857f29dcd9de11fe62fc10c0a7b55 /web
parentbfb629b087c29add9f6c049427ac0bab0b717e94 (diff)
downloadNim-bd933e6009b01768bfc62f4386aea9a09282beb6.tar.gz
documentation updates
Diffstat (limited to 'web')
-rw-r--r--web/news.txt9
-rw-r--r--web/website.ini1
2 files changed, 7 insertions, 3 deletions
diff --git a/web/news.txt b/web/news.txt
index 91adef807..bd74ae1a3 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -6,9 +6,6 @@ News
   2016-01-XX Version 0.13.0 released
   ==================================
 
-  This release implements no new features. Instead existing features have
-  been fleshed out as we're heading to version 1.
-
   Changes affecting backwards compatibility
   -----------------------------------------
 
@@ -24,6 +21,8 @@ News
   - The ``redis`` module has been moved out of the standard library. It can
     now be installed via Nimble and is located here:
     https://github.com/nim-lang/redis
+  - ``math.RunningStat`` and its associated procs have been moved from
+    the ``math`` module to a new ``stats`` module.
 
 
   Syntax changes
@@ -40,6 +39,10 @@ News
   code like ``0..kArraySize div 2 -1`` needs to be changed to
   ``0..kArraySize div 2 - 1``.
 
+  This release also adds multi-line comments to Nim. They look
+  like ``#[ comment here ]#``. For more details read the section of
+  the `manual <manual#multiline-comments>`_.
+
 
   Iterator changes
   ~~~~~~~~~~~~~~~~
diff --git a/web/website.ini b/web/website.ini
index 023262aa6..6343193d5 100644
--- a/web/website.ini
+++ b/web/website.ini
@@ -39,6 +39,7 @@ srcdoc2: "impure/re;pure/typetraits"
 srcdoc2: "pure/concurrency/threadpool.nim;pure/concurrency/cpuinfo.nim"
 srcdoc: "system/threads.nim;system/channels.nim;js/dom"
 srcdoc2: "pure/os;pure/strutils;pure/math;pure/matchers;pure/algorithm"
+srcdoc2: "pure/stats;impure/nre"
 srcdoc2: "pure/complex;pure/times;pure/osproc;pure/pegs;pure/dynlib"
 srcdoc2: "pure/parseopt;pure/parseopt2;pure/hashes;pure/strtabs;pure/lexbase"
 srcdoc2: "pure/parsecfg;pure/parsexml;pure/parsecsv;pure/parsesql"