Sort CHANGES entries

This commit is contained in:
Takeshi KOMIYA 2021-11-29 09:38:18 +09:00
parent 74d912133a
commit 3fa146078b

View File

@ -12,16 +12,15 @@ Deprecated
Features added 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 * #9831: Autosummary now documents only the members specified in a module's
``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to ``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to
``False``. The default behaviour is unchanged. Autogen also now supports ``False``. The default behaviour is unchanged. Autogen also now supports
this behavior with the ``--respect-module-all`` switch. 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 Bugs fixed
---------- ----------