Skip to content

Commit

Permalink
Update CHANGES for PR #8539
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 3, 2021
1 parent ddb6e9c commit a476559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Expand Up @@ -11,6 +11,8 @@ Dependencies
Incompatible changes
--------------------

* #8539: autodoc: info-field-list is generated into the class description when
``autodoc_typehints='description'`` and ``autoclass_content='class'`` set
* domain: The ``Index`` class becomes subclasses of ``abc.ABC`` to indicate
methods that must be overrided in the concrete classes
* #4826: py domain: The structure of python objects is changed. A boolean value
Expand Down Expand Up @@ -68,6 +70,8 @@ Features added
* #7383: autodoc: Support typehints for properties
* #5603: autodoc: Allow to refer to a python class using its canonical name
when the class has two different names; a canonical name and an alias name
* #8539: autodoc: Add :confval:`autodoc_typehints_description_target` to control
the behavior of ``autodoc_typehints=description``
* #7549: autosummary: Enable :confval:`autosummary_generate` by default
* #4826: py domain: Add ``:canonical:`` option to python directives to describe
the location where the object is defined
Expand Down

0 comments on commit a476559

Please sign in to comment.