From d006c66e237f1a5bc4e95b25a5176fa8dc9de65a Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 5 May 2021 22:28:57 +0900 Subject: [PATCH] Update CHANGES for PR #9146 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ce70aeb83..0a7839cc4 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,7 @@ Features added * #8588: autodoc: :confval:`autodoc_type_aliases` now supports dotted name. It allows you to define an alias for a class with module name like ``foo.bar.BazClass`` +* #3257: autosummary: Support instance attributes for classes * #9129: html search: Show search summaries when html_copy_source = False * #9120: html theme: Eliminate prompt characters of code-block from copyable text