From b5dea3ebd7268e2d68143424556ef0099645de20 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 23 Apr 2020 22:47:45 +0900 Subject: [PATCH] Sort CHANGES entries --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 31264a84a..1074cc058 100644 --- a/CHANGES +++ b/CHANGES @@ -30,6 +30,8 @@ Features added * C, added scope control directives, :rst:dir:`c:namespace`, :rst:dir:`c:namespace-push`, and :rst:dir:`c:namespace-pop`. * #2044: autodoc: Suppress default value for instance attributes +* #7473: autodoc: consider a member public if docstring contains + ``:meta public:`` in info-field-list * #7466: autosummary: headings in generated documents are not translated * #7490: autosummary: Add ``:caption:`` option to autosummary directive to set a caption to the toctree @@ -46,8 +48,6 @@ Features added * #7476: html theme: Relbar breadcrumb should contain current page * #7506: html theme: A canonical URL is not escaped * #7533: html theme: Avoid whitespace at the beginning of genindex.html -* #7473: autodoc: consider a member public if docstring contains - ``:meta public:`` in info-field-list Bugs fixed ----------