summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-07 23:00:32 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-07 23:00:32 +0900
commit80b888301e462e54558f2fef81707812d35ce41c (patch)
tree1fe14e3eedc16d87fc222e144a21354fe0f71a9f
parent3b21de07697e880129dc897cbe31f7741291868a (diff)
downloadsphinx-80b888301e462e54558f2fef81707812d35ce41c.tar.gz
update CHANGES for pull request #301. Closes #1583
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 8bf02b3c..5b006dbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -91,8 +91,9 @@ 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.
+* PR#301, #1583: Allow the line numbering of the directive `literalinclude` to
+ match that of the included file, using a new ``lineno-match`` option. Thanks
+ to Jeppe Pihl.
* PR#299: add various options to sphinx-quickstart. Quiet mode option
``--quiet`` will skips wizard mode. Thanks to WAKAYAMA shirou.