]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2024 13:42:59 +0000 (09:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2024 13:42:59 +0000 (09:42 -0400)
Change-Id: I3c319c15d883b88a4ceae2ea17d3122fcc90fb1f

doc/build/changelog/unreleased_20/11435.rst
doc/build/changelog/unreleased_20/11530.rst
doc/build/changelog/unreleased_20/mypy1110.rst

index 8e9ac23396db6bdc35b5b02cb5be8deff8b67795..a3f96de18c0a5cb6121d87f067e123e12561ca42 100644 (file)
@@ -8,6 +8,3 @@
     :func:`_orm.column_mapped_collection`,
     :func:`_orm.attribute_mapped_collection`. Pull request courtesy Takashi
     Kajinami.
-
-
-    .
index 30c60cd1524de5fba6e0e2bdc96e6ea0e88e3d26..1ffa7c5d265b8d037a85f327f582f80d21057f10 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, events
+    :tags: bug, schema
     :tickets: 11530
 
     Fixed additional issues in the event system triggered by unpickling of a
index f722c407f25a42805cbd72cd63dacfbb73b45fa5..7804da4c0321edc77afd13c191734a3355678a47 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, mypy
+    :tags: bug, typing
 
     Fixed internal typing issues to establish compatibility with mypy 1.11.0.
     Note that this does not include issues which have arisen with the