documentation updates

This commit is contained in:
Andreas Rumpf
2016-01-18 00:02:22 +01:00
parent bfb629b087
commit bd933e6009
2 changed files with 7 additions and 3 deletions

View File

@@ -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
~~~~~~~~~~~~~~~~

View File

@@ -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"