Update CHANGES for PR #8291

This commit is contained in:
Takeshi KOMIYA 2020-11-28 18:14:23 +09:00
parent e4bd3bd3dd
commit bae7ab9c9d

View File

@ -37,6 +37,8 @@ Features added
* #8209: autodoc: Add ``:no-value:`` option to :rst:dir:`autoattribute` and
:rst:dir:`autodata` directive to suppress the default value of the variable
* #8460: autodoc: Support custom types defined by typing.NewType
* #8285: napoleon: Add :confval:`napoleon_attr_annotations` to merge type hints
on source code automatically if any type is specified in docstring
* #6914: Add a new event :event:`warn-missing-reference` to custom warning
messages when failed to resolve a cross-reference
* #6914: Emit a detailed warning when failed to resolve a ``:ref:`` reference