diff options
author | Araq <rumpf_a@web.de> | 2018-11-08 16:47:14 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-08 20:52:22 +0100 |
commit | 84ca9d290326df22b0a2f53566467002ab465cd5 (patch) | |
tree | d3782b75b736184d345bcf123e68b6a8f03b76f4 /doc/lib.rst | |
parent | 56f76c5b08b40fb333ed7878794934cd2b3b866f (diff) | |
download | Nim-84ca9d290326df22b0a2f53566467002ab465cd5.tar.gz |
add new stdlib modules to the changelog
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 89ab26d81..46e1f9d19 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -147,10 +147,13 @@ String handling * `subexes <subexes.html>`_ This module implements advanced string substitution operations. -* `editdistance <editdistance>`_ +* `std/editdistance <editdistance.html>`_ This module contains an algorithm to compute the edit distance between two Unicode strings. +* `std/wordwrap <wordwrap.html>`_ + This module contains an algorithm to wordwrap a Unicode string. + Generic Operating System Services --------------------------------- |