From 82232d9a40fbfe52da672e526364b3ba651ddbc0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 11 Jan 2014 08:44:45 +0100 Subject: Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives #to start at an arbitrary line number, with a new ``lineno-start`` option. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 ---------- -- cgit v1.2.1