From bc85f5a12cc2734037800400151906bed671639c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 12 Feb 2020 01:45:25 +0900 Subject: [PATCH] Update CHANGES for PR #5673 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index feb1f1060..af0a2ecad 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,8 @@ Bugs fixed declarations. * C++, suppress warnings for directly dependent typenames in cross references generated automatically in signatures. +* #5637: autodoc: Incorrect handling of nested class names on show-inheritance +* #5637: inheritance_diagram: Incorrect handling of nested class names Testing --------