From: Mike Bayer Date: Mon, 9 Jan 2023 20:11:34 +0000 (-0500) Subject: ensure this is called 2.0.0rc2 in changelogs X-Git-Tag: rel_2_0_0rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47e1e8918e5cd60e9c8f1c5e9a440ba0aa10250;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ensure this is called 2.0.0rc2 in changelogs Change-Id: I0a7bd45121e7234ba6f0ebca9635beb142f43a3f --- 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