From 13bbf44d878dd2eb05b2a040d5645bd2b718d619 Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Tue, 26 Aug 2014 09:51:21 +0900 Subject: [PATCH] Update CHANGES for pull request #258, #939. `dedent` feature has been merged. Closes #939 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.