]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
cherry-pick changelog from 2.0.27
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2024 15:05:54 +0000 (10:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2024 15:05:54 +0000 (10:05 -0500)
doc/build/changelog/changelog_20.rst
doc/build/changelog/unreleased_20/11005.rst [deleted file]

index bc8095b6bdda4ccc2404a51d6c2714d38c45edea..9c6d42fdd37de11e2ea67543e0d4c397ea6ca885 100644 (file)
 
 .. 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 (file)
index 7c9292e..0000000
+++ /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.
-