summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
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.