Update CHANGES for PR #9447

This commit is contained in:
Takeshi KOMIYA 2021-08-02 02:10:46 +09:00
parent 641174db5d
commit d788e78a5e

View File

@ -15,6 +15,8 @@ Features added
* #9445: autodoc: Support class properties
* #9479: autodoc: Emit a warning if target is a mocked object
* #9447: html theme: Expose the version of Sphinx in the form of tuple as a
template variable ``sphinx_version_tuple``
* #9445: py domain: ``:py:property:`` directive supports ``:classmethod:``
option to describe the class property