Skip to content

Commit

Permalink
Update CHANGES for PR #7690
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jul 25, 2020
1 parent ac0a800 commit 778e297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -23,6 +23,8 @@ Features added
of line numbers for code-blocks
* #7853: C and C++, support parameterized GNU style attributes.
* #7888: napoleon: Add aliases Warn and Raise.
* #7690: napoleon: parse type strings and make them hyperlinks as possible. The
conversion rule can be updated via :confval:`napoleon_type_aliases`
* C, added :rst:dir:`c:alias` directive for inserting copies
of existing declarations.
* #7745: html: inventory is broken if the docname contains a space
Expand Down
2 changes: 2 additions & 0 deletions doc/usage/extensions/napoleon.rst
Expand Up @@ -509,3 +509,5 @@ sure that "sphinx.ext.napoleon" is enabled in `conf.py`::
:type arg1: mypackage.CustomType
:param arg2: Description of `arg2`
:type arg2: :term:`dict-like <mapping>`

.. versionadded:: 3.2

0 comments on commit 778e297

Please sign in to comment.