summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-16 12:53:36 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-16 12:53:36 +0100
commita4d40d137e402acb02d557baeba159b843ebda3f (patch)
treec0ad67f575017b68f0dda63f5c06b086c728759b /changelog.md
parent25e825df3ad1832c5795eb06369b8fe660a4d02d (diff)
downloadNim-a4d40d137e402acb02d557baeba159b843ebda3f.tar.gz
'nim doc' is now using version 2 of the documentation generator
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
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.