summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-11 15:05:45 +0100
committerGeorg Brandl <georg@python.org>2014-01-11 15:05:45 +0100
commit280f2c665a9c687cf408b4209aee40045d2a2271 (patch)
tree3706ef2eb9973cb31f00e19151d68a43aa43b8f4 /CHANGES
parent27a523430e4758d994095ff32819afdfff88cfc8 (diff)
downloadsphinx-280f2c665a9c687cf408b4209aee40045d2a2271.tar.gz
Prompt for the document language in sphinx-quickstart.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4801f301..b3e2dcfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@ New features
* #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives
to start at an arbitrary line number, with a new ``lineno-start`` option.
+* Prompt for the document language in sphinx-quickstart.
+
Bugs fixed
----------