mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
documentation updates
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user