Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Aug 3, 2023
1 parent 835254a commit f172c7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Dependencies
Incompatible changes
--------------------

* #11459: :func:`sphinx.ext.autodoc.preserve_defaults.get_function_def` is
renamed :func:`sphinx.ext.autodoc.preserve_defaults.get_arguments` and its
signature is updated accordingly. It now extracts the ``ast.arguments`` from
a function or a lambda function object.
Patch by Bénédikt Tran.

Deprecated
----------

Expand Down Expand Up @@ -36,12 +42,18 @@ Features added
Patch by Rouslan Korneychuk.
* 10938: doctest: Add :confval:`doctest_show_successes` option.
Patch by Trey Hunner.
* #11459: :mod:`sphinx.ext.autodoc.preserve_defaults`: Add support for
``async def`` functions and lambda functions.
Patch by Bénédikt Tran.

Bugs fixed
----------

* #11077: graphviz: Fix relative links from within the graph.
Patch by Ralf Grubenmann.
* #11459: :mod:`sphinx.ext.autodoc.preserve_defaults`: fix lambda functions
used inside ``@property`` should be ignored in a multi-line context.
Patch by Bénédikt Tran.
* #11529: Line Block in LaTeX builder outputs spurious empty token.
Patch by Adrian Vollmer.

Expand Down

0 comments on commit f172c7c

Please sign in to comment.