From 836d9584fd6edcaa41302144929af43fbdb1279b Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Tue, 23 Sep 2014 12:26:32 +0900 Subject: [PATCH] * update CHANGES for pull request #291. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 895f21438..51b3b5dba 100644 --- a/CHANGES +++ b/CHANGES @@ -81,6 +81,8 @@ Features added the order of documents before they are read by the environment. * #1284: Program options documented with :rst:dir:`option` can now start with ``+``. +* PR#291: The caption of :rst:dir:`code-block` is recognised as a title of ref + target. Thanks to Takeshi Komiya. Bugs fixed ----------