summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2014-08-26 09:51:21 +0900
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2014-08-26 09:51:21 +0900
commit13bbf44d878dd2eb05b2a040d5645bd2b718d619 (patch)
treeaecb1590e6d3e7c176a92ffc97a8aa88b07c4cfb
parentedef36ceafd3cd8f3b61ab6273730bb509bdad25 (diff)
downloadsphinx-git-13bbf44d878dd2eb05b2a040d5645bd2b718d619.tar.gz
Update CHANGES for pull request #258, #939. `dedent` feature has been merged. Closes #939
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2dd68ec36..2f905c058 100644
--- a/CHANGES
+++ b/CHANGES
@@ -200,7 +200,7 @@ Bugs fixed
qualified name. It should be rather easy to change this behaviour and
potentially index by namespaces/classes as well.
-* PR#258: Add dedent option for :rst:dir:`code-block` and
+* PR#258, #939: Add dedent option for :rst:dir:`code-block` and
:rst:dir:`literal-include`. Thanks to Zafar Siddiqui.
* PR#268: Fix numbering section does not work at singlehtml mode. It still
ad-hoc fix because there is a issue that section IDs are conflicted.