summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeppe Pihl <jpihl08@gmail.com>2014-09-30 00:11:28 +0200
committerJeppe Pihl <jpihl08@gmail.com>2014-09-30 00:11:28 +0200
commitda69d63e5cffc926d695f33c2938ab172cf0d58b (patch)
tree69309a42851796abf0be06a6acd9309a40c940f2 /CHANGES
parent1408088af1431281e53f8f2aa862d802d8dcb234 (diff)
downloadsphinx-da69d63e5cffc926d695f33c2938ab172cf0d58b.tar.gz
#1583: Allow the line numbering of the directive `literalinclude` to match that of the included file, using a new ``lineno-match`` option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22b68f26..a5bbbcc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -91,6 +91,8 @@ Features added
Thanks to Takeshi Komiya.
* #1344: add :confval:`gettext_enables` to enable extracting 'index' to gettext
catalog output / applying translation catalog to generated documentation.
+* #1583: Allow the line numbering of the directive `literalinclude` to match
+ that of the included file, using a new ``lineno-match`` option.
Bugs fixed
----------