summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-11 08:44:45 +0100
committerGeorg Brandl <georg@python.org>2014-01-11 08:44:45 +0100
commit82232d9a40fbfe52da672e526364b3ba651ddbc0 (patch)
tree7e1facc5fc101e3c21bedc7a2b8446aa346ecc13 /CHANGES
parent7ae642f2b292e85c8f934fd05a48362e9b90d3c4 (diff)
downloadsphinx-82232d9a40fbfe52da672e526364b3ba651ddbc0.tar.gz
Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives
#to start at an arbitrary line number, with a new ``lineno-start`` option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58311eb4..5ddb5cff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ New features
* #925: Allow list-typed config values to be provided on the command line,
like ``-D key=val1,val2``.
+* #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives
+ #to start at an arbitrary line number, with a new ``lineno-start`` option.
+
Bugs fixed
----------