From af50c8064d668ba33ef2399a288fd1594b1b5602 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 9 Dec 2021 12:36:25 -0500 Subject: [PATCH] changelog updates Change-Id: Ie136cfb7375e68b2badba1099b5b041f99da85fa --- doc/build/changelog/unreleased_14/7311.rst | 2 +- doc/build/changelog/unreleased_14/7319.rst | 2 +- doc/build/conf.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/unreleased_14/7311.rst b/doc/build/changelog/unreleased_14/7311.rst index bdf1a45daa..a04ec65d47 100644 --- a/doc/build/changelog/unreleased_14/7311.rst +++ b/doc/build/changelog/unreleased_14/7311.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, setup + :tags: bug, platform :tickets: 7311 Python 3.10 has deprecated "distutils" in favor of explicit use of diff --git a/doc/build/changelog/unreleased_14/7319.rst b/doc/build/changelog/unreleased_14/7319.rst index 0c2b19d314..48da931a77 100644 --- a/doc/build/changelog/unreleased_14/7319.rst +++ b/doc/build/changelog/unreleased_14/7319.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, types, regression + :tags: bug, sql, regression :tickets: 7319 Extended the :attr:`.TypeDecorator.cache_ok` attribute and corresponding diff --git a/doc/build/conf.py b/doc/build/conf.py index 85c247bdf8..9b64445903 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -70,6 +70,7 @@ changelog_sections = [ "sqlite", "mssql", "oracle", + "tests", ] # tags to sort on inside of sections changelog_inner_tag_sort = [ -- 2.47.2