diff --git a/CHANGES b/CHANGES index b8fe1d95217..9547c4bad1f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,16 +12,15 @@ Deprecated Features added -------------- - -* #9800: extlinks: Emit warning if a hardcoded link is replaceable - by an extlink, suggesting a replacement. -* #9815: html theme: Wrap sidebar components in div to allow customizing their - layout via CSS * #9831: Autosummary now documents only the members specified in a module's ``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to ``False``. The default behaviour is unchanged. Autogen also now supports this behavior with the ``--respect-module-all`` switch. +* #9800: extlinks: Emit warning if a hardcoded link is replaceable + by an extlink, suggesting a replacement. +* #9815: html theme: Wrap sidebar components in div to allow customizing their + layout via CSS Bugs fixed ----------