From 4573100abf56ae63a042566e62a4703e06422651 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 28 Apr 2020 02:11:40 +0900 Subject: [PATCH] Fix CHANGES: some bugfix entries are categorized as new features --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5555851d4..5a5acf6a7 100644 --- a/CHANGES +++ b/CHANGES @@ -48,8 +48,6 @@ Features added to generate stub files recursively * #4030: autosummary: Add :confval:`autosummary_context` to add template variables for custom templates -* #7535: sphinx-autogen: crashes when custom template uses inheritance -* #7536: sphinx-autogen: crashes when template uses i18n feature * #7481: html theme: Add right margin to footnote/citation labels * #7482: html theme: CSS spacing for code blocks with captions and line numbers * #7443: html theme: Add new options :confval:`globaltoc_collapse` and @@ -70,6 +68,8 @@ Bugs fixed * #6703: autodoc: incremental build does not work for imported objects * #7564: autodoc: annotations not to be shown for descriptors +* #7535: sphinx-autogen: crashes when custom template uses inheritance +* #7536: sphinx-autogen: crashes when template uses i18n feature Testing --------