From fb141c355fe0b6c163074dd3b48c65a694421b6a Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 11 Sep 2021 18:54:29 +0900 Subject: [PATCH] Update CHANGES for PR #9594 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 4e98b2c8ab4..0e7c015f0df 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,7 @@ Features added * #9479: autodoc: Emit a warning if target is a mocked object * #9447: html theme: Expose the version of Sphinx in the form of tuple as a template variable ``sphinx_version_tuple`` +* #9594: manpage: Suppress the title of man page if description is empty * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property * #9524: test: SphinxTestApp can take ``builddir`` as an argument