From: Mike Bayer Date: Fri, 2 Aug 2024 13:42:59 +0000 (-0400) Subject: changelog updates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae75fe92f9636bafb75461ff0bc556432831e30;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog updates Change-Id: I3c319c15d883b88a4ceae2ea17d3122fcc90fb1f --- diff --git a/doc/build/changelog/unreleased_20/11435.rst b/doc/build/changelog/unreleased_20/11435.rst index 8e9ac23396..a3f96de18c 100644 --- a/doc/build/changelog/unreleased_20/11435.rst +++ b/doc/build/changelog/unreleased_20/11435.rst @@ -8,6 +8,3 @@ :func:`_orm.column_mapped_collection`, :func:`_orm.attribute_mapped_collection`. Pull request courtesy Takashi Kajinami. - - - . diff --git a/doc/build/changelog/unreleased_20/11530.rst b/doc/build/changelog/unreleased_20/11530.rst index 30c60cd152..1ffa7c5d26 100644 --- a/doc/build/changelog/unreleased_20/11530.rst +++ b/doc/build/changelog/unreleased_20/11530.rst @@ -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 diff --git a/doc/build/changelog/unreleased_20/mypy1110.rst b/doc/build/changelog/unreleased_20/mypy1110.rst index f722c407f2..7804da4c03 100644 --- a/doc/build/changelog/unreleased_20/mypy1110.rst +++ b/doc/build/changelog/unreleased_20/mypy1110.rst @@ -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