From 3fa146078bafbf82a38d4f95ea1ae4eee4f86827 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 29 Nov 2021 09:38:18 +0900 Subject: [PATCH] Sort CHANGES entries --- CHANGES | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 ----------