From 79da4c777dcb032650c74f35253eb2bf7c95732b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 19 Mar 2019 01:19:59 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5c361e207..0c6f70d10 100644 --- a/CHANGES +++ b/CHANGES @@ -33,7 +33,8 @@ Bugs fixed * #2155: Support ``code`` directive * C++, fix parsing of braced initializers. * #6172: AttributeError is raised for old styled index nodes -* #4872: ext.inheritance_diagram: correctly describe behavior of ``parts`` option in docs, allow negative values. +* #4872: inheritance_diagram: correctly describe behavior of ``parts`` option in + docs, allow negative values. Testing --------