Skip to content

Commit

Permalink
Update CHANGES for PR #9185
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 11, 2021
1 parent c341807 commit 96dbe5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -25,6 +25,8 @@ Features added
``foo.bar.BazClass``
* #9175: autodoc: Special member is not documented in the module
* #9195: autodoc: The arguments of ``typing.Literal`` are wrongly rendered
* #9185: autodoc: :confval:`autodoc_typehints` allows ``'both'`` setting to
allow typehints to be included both in the signature and description
* #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
Expand All @@ -42,6 +44,7 @@ Bugs fixed
* #8872: autodoc: stacked singledispatches are wrongly rendered
* #8597: autodoc: a docsting having metadata only should be treated as
undocumented
* #9185: autodoc: typehints for overloaded functions and methods are inaccurate

Testing
--------
Expand Down

0 comments on commit 96dbe5e

Please sign in to comment.