Record the change to Napoleon type preprocessing in CHANGES.rst

This commit is contained in:
Adam Turner
2025-01-05 01:16:23 +00:00
committed by Adam Turner
parent 8d75ae2d6b
commit 182f621cad
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ Contributors
* Bruce Mitchener -- Minor epub improvement
* Buck Evan -- dummy builder
* Charles Duffy -- original graphviz extension
* Chris Barrick -- Napoleon type preprocessing logic
* Chris Holdgraf -- improved documentation structure
* Chris Lamb -- reproducibility fixes
* Christopher Perkins -- autosummary integration

View File

@@ -26,6 +26,9 @@ Features added
Patch by Nicolas Peugnet.
* #13144: Add a ``class`` option to the :rst:dir:`autosummary` directive.
Patch by Tim Hoffmann.
* #13146: Napoleon: Unify the type preprocessing logic to allow
Google-style docstrings to use the optional and default keywords.
Patch by Chris Barrick.
Bugs fixed
----------