diff --git a/CHANGES b/CHANGES index 53b2b57ca..b39a72c6c 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ Dependencies Incompatible changes -------------------- +* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()`` + Deprecated ---------- @@ -33,8 +35,10 @@ Bugs fixed * #6564: html: a width of table was ignored on HTML builder * #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers * #7355: autodoc: a signature of cython-function is not recognized well +* #7222: autodoc: ``__wrapped__`` functions are not documented correctly * #7409: intersphinx: ValueError is raised when an extension sets up :confval:`intersphinx_mapping` on :event:`config-inited` event +* #7343: Sphinx builds has been slower since 2.4.0 on debug mode Testing -------- @@ -190,32 +194,6 @@ Bugs fixed * #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions * #6240: napoleon: Attributes and Methods sections ignore :noindex: option -Release 2.4.5 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()`` - -Deprecated ----------- - -Features added --------------- - -Bugs fixed ----------- - -* #7343: Sphinx builds has been slower since 2.4.0 on debug mode -* #7222: autodoc: ``__wrapped__`` functions are not documented correctly - -Testing --------- - Release 2.4.4 (released Mar 05, 2020) =====================================