From b3292b55b39ca075595cfe01a4fe4bcc7b7d9a57 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 22 Dec 2020 01:14:04 +0900 Subject: [PATCH] Update CHANGES for PR #8569 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index bcf7cf234..6125b83a1 100644 --- a/CHANGES +++ b/CHANGES @@ -18,6 +18,7 @@ Bugs fixed * #8559: autodoc: AttributeError is raised when using forward-reference type annotations +* #8568: autodoc: TypeError is raised on checking slots attribute Testing --------