From 9c59735e0482c8d28ef4d3c727ae9116a66c69be Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 28 Oct 2018 17:53:26 +0900 Subject: [PATCH] Update CHANGES for PR #5548 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ba4f3dcee..bb55ad428 100644 --- a/CHANGES +++ b/CHANGES @@ -30,6 +30,7 @@ Bugs fixed * #5498: autodoc: unable to find type hints for a ``functools.partial`` * #5480: autodoc: unable to find type hints for unresolvable Forward references * #5419: incompatible math_block node has been generated +* #5548: Fix ensuredir() in case of pre-existing file Testing --------