From c47e1e8918e5cd60e9c8f1c5e9a440ba0aa10250 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 9 Jan 2023 15:11:34 -0500 Subject: [PATCH] ensure this is called 2.0.0rc2 in changelogs Change-Id: I0a7bd45121e7234ba6f0ebca9635beb142f43a3f --- doc/build/changelog/unreleased_14/9047.rst | 2 +- doc/build/changelog/unreleased_14/9048.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/unreleased_14/9047.rst b/doc/build/changelog/unreleased_14/9047.rst index 74110890e8..a3451f17ff 100644 --- a/doc/build/changelog/unreleased_14/9047.rst +++ b/doc/build/changelog/unreleased_14/9047.rst @@ -1,7 +1,7 @@ .. change:: :tags: usecase, mysql :tickets: 9047 - :versions: 2.0.0 + :versions: 2.0.0rc2 Added support to MySQL index reflection to correctly reflect the ``mysql_length`` dictionary, which previously was being ignored. diff --git a/doc/build/changelog/unreleased_14/9048.rst b/doc/build/changelog/unreleased_14/9048.rst index cf0c818349..4aeb9a95d4 100644 --- a/doc/build/changelog/unreleased_14/9048.rst +++ b/doc/build/changelog/unreleased_14/9048.rst @@ -1,7 +1,7 @@ .. change:: :tags: bug, postgresql :tickets: 9048 - :versions: 2.0.0 + :versions: 2.0.0rc2 Added support to the asyncpg dialect to return the ``cursor.rowcount`` value for SELECT statements when available. While this is not a typical use -- 2.47.2