diff options
author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-08-26 09:51:21 +0900 |
---|---|---|
committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-08-26 09:51:21 +0900 |
commit | 13bbf44d878dd2eb05b2a040d5645bd2b718d619 (patch) | |
tree | aecb1590e6d3e7c176a92ffc97a8aa88b07c4cfb | |
parent | edef36ceafd3cd8f3b61ab6273730bb509bdad25 (diff) | |
download | sphinx-git-13bbf44d878dd2eb05b2a040d5645bd2b718d619.tar.gz |
Update CHANGES for pull request #258, #939. `dedent` feature has been merged. Closes #939
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |