summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-11-26 02:51:11 +0100
committerAraq <rumpf_a@web.de>2017-11-26 02:51:11 +0100
commit8d1a5dc8e7b10d5980dc1ce06dce0739caaa7d06 (patch)
treed2e5a1626c0b16bdcc46af959279a7c8e24bdcea /changelog.md
parentc1782fac2195bf9e82ee38d1e52ae981e2f78229 (diff)
downloadNim-8d1a5dc8e7b10d5980dc1ce06dce0739caaa7d06.tar.gz
the documentation generator now supports system.runnableExamples
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 49cd4123a..14352374c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -94,3 +94,7 @@ This now needs to be written as:
   - [``poly``](https://github.com/lcrees/polynumeric)
   - [``pdcurses``](https://github.com/lcrees/pdcurses)
   - [``romans``](https://github.com/lcrees/romans)
+
+- Added ``system.runnableExamples`` to make examples in Nim's documentation easier
+  to write and test. The examples are tested as the last step of
+  ``nim doc``.