mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-30 18:41:45 +00:00
Added missing modules to lib.txt and warnings to some module's docs.
This commit is contained in:
@@ -129,6 +129,8 @@ News
|
||||
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%222015-10-27+..+2016-01-19%22+>`_.
|
||||
|
||||
- Added missing modules to the documentation including ``coro``,
|
||||
``securehash``, ``asyncftpclient``, ``mersenne`` and more.
|
||||
- Fixed "Generic arguments cannot be used in templates (raising undeclared identifier)"
|
||||
(`#3498 <https://github.com/nim-lang/Nim/issues/3498>`_)
|
||||
- Fixed "multimethods: Error: internal error: cgmeth.genConv"
|
||||
|
||||
@@ -63,8 +63,8 @@ srcdoc2: "deprecated/pure/ftpclient"
|
||||
srcdoc2: "pure/asyncfile;pure/asyncftpclient"
|
||||
srcdoc2: "pure/md5;pure/rationals"
|
||||
srcdoc2: "posix/posix"
|
||||
srcdoc2: "pure/fenv"
|
||||
srcdoc2: "pure/basic2d;pure/basic3d"
|
||||
srcdoc2: "pure/fenv;pure/securehash"
|
||||
srcdoc2: "pure/basic2d;pure/basic3d;pure/mersenne;pure/coro"
|
||||
|
||||
; Note: everything under 'webdoc' doesn't get listed in the index, so wrappers
|
||||
; should live here
|
||||
|
||||
Reference in New Issue
Block a user