From ed09a5c9ce0c3e08292bd79cc9fb5fdf6f96aff4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 13 Feb 2024 10:05:54 -0500 Subject: [PATCH] cherry-pick changelog from 2.0.27 --- doc/build/changelog/changelog_20.rst | 12 +++++++++++- doc/build/changelog/unreleased_20/11005.rst | 9 --------- 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 doc/build/changelog/unreleased_20/11005.rst 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. - -- 2.47.3