summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 11:04:12 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 11:04:12 +0100
commitf207d092533dcb75024fe9a3e036a72105f27856 (patch)
treeaa235cc5ff5232c4db1f153b5c5470151af5ede1 /CHANGES
parent942d1818da1a4bd00d093825c8850ea4ac7a5fdf (diff)
downloadsphinx-f207d092533dcb75024fe9a3e036a72105f27856.tar.gz
Add :filename: also for literalinclude. Changelog entry.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3f3b1c1..42d544b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,10 @@ 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.
+* PR#172: The :rst:dir:`code-block` and :rst:dir:`literalinclude` directives now
+ can have a ``filename`` option that shows a filename before the code in the
+ output.
+
* Prompt for the document language in sphinx-quickstart.
Bugs fixed