diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-16 12:53:36 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-16 12:53:36 +0100 |
commit | a4d40d137e402acb02d557baeba159b843ebda3f (patch) | |
tree | c0ad67f575017b68f0dda63f5c06b086c728759b /changelog.md | |
parent | 25e825df3ad1832c5795eb06369b8fe660a4d02d (diff) | |
download | Nim-a4d40d137e402acb02d557baeba159b843ebda3f.tar.gz |
'nim doc' is now using version 2 of the documentation generator
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5ea921e75..448d1875a 100644 --- a/changelog.md +++ b/changelog.md @@ -81,4 +81,7 @@ This now needs to be written as: - Removed deprecated romans module from the stdlib and published it as separate Nimble package. - Removed deprecated gentabs module from the stdlib and published it as separate - Nimble package. \ No newline at end of file + Nimble package. +- The ``nim doc`` command is now an alias for ``nim doc2``, the second version of + the documentation generator. The old version 1 can still be accessed + via the new ``nim doc0`` command. |