From: Mike Bayer Date: Tue, 13 Feb 2024 15:05:54 +0000 (-0500) Subject: cherry-pick changelog from 2.0.27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed09a5c9ce0c3e08292bd79cc9fb5fdf6f96aff4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git cherry-pick changelog from 2.0.27 --- diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index bc8095b6bd..9c6d42fdd3 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -10,7 +10,17 @@ .. changelog:: :version: 2.0.27 - :include_notes_from: unreleased_20 + :released: February 13, 2024 + + .. change:: + :tags: bug, postgresql, regression + :tickets: 11005 + + Fixed regression caused by just-released fix for :ticket:`10863` where an + invalid exception class were added to the "except" block, which does not + get exercised unless such a catch actually happens. A mock-style test has + been added to ensure this catch is exercised in unit tests. + .. changelog:: :version: 2.0.26 diff --git a/doc/build/changelog/unreleased_20/11005.rst b/doc/build/changelog/unreleased_20/11005.rst deleted file mode 100644 index 7c9292e5c1..0000000000 --- a/doc/build/changelog/unreleased_20/11005.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. change:: - :tags: bug, postgresql, regression - :tickets: 11005 - - Fixed regression caused by just-released fix for :ticket:`10863` where an - invalid exception class were added to the "except" block, which does not - get exercised unless such a catch actually happens. A mock-style test has - been added to ensure this catch is exercised in unit tests. -