diff --git a/CHANGES b/CHANGES index 6778d000a..3210b8a53 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ Dependencies Incompatible changes -------------------- +* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()`` + Deprecated ---------- @@ -17,6 +19,7 @@ Bugs fixed ---------- * #7343: Sphinx builds has been slower since 2.4.0 on debug mode +* #7222: autodoc: ``__wrapped__`` functions are not documented correctly Testing --------