]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
ensure this is called 2.0.0rc2 in changelogs
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jan 2023 20:11:34 +0000 (15:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jan 2023 20:12:14 +0000 (15:12 -0500)
Change-Id: I0a7bd45121e7234ba6f0ebca9635beb142f43a3f

doc/build/changelog/unreleased_14/9047.rst
doc/build/changelog/unreleased_14/9048.rst

index 74110890e8bb1d73e7bfa0eba1fc709097cf7b10..a3451f17ff9692ba3626800cba1f136760951914 100644 (file)
@@ -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.
index cf0c818349e4a2f0bc9dbaf089658ed20b453cfb..4aeb9a95d42724fc47d7e8f65f1dbc4cf4330a4e 100644 (file)
@@ -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