From d788e78a5e2f339cc5e5c5fd5d8431e1991e568f Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 2 Aug 2021 02:10:46 +0900 Subject: [PATCH] Update CHANGES for PR #9447 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 69c25fa14da..ba6b8e85b6b 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ Features added * #9445: autodoc: Support class properties * #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`` * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property