From 0667f0fb051ffa2d57ef44b2cb0093d01672bafe Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 24 Jun 2022 12:20:36 -0400 Subject: [PATCH] cherry-pick changelog from 1.4.39 --- doc/build/changelog/changelog_14.rst | 12 +++++++++++- doc/build/changelog/unreleased_14/mutable_fix.rst | 9 --------- 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 doc/build/changelog/unreleased_14/mutable_fix.rst diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 24657c11ff..49f99d17d7 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -15,7 +15,17 @@ This document details individual issue-level changes made throughout .. changelog:: :version: 1.4.39 - :include_notes_from: unreleased_14 + :released: June 24, 2022 + + .. change:: + :tags: bug, orm, regression + :tickets: 8133 + + Fixed regression caused by :ticket:`8133` where the pickle format for + mutable attributes was changed, without a fallback to recognize the old + format, causing in-place upgrades of SQLAlchemy to no longer be able to + read pickled data from previous versions. A check plus a fallback for the + old format is now in place. .. changelog:: :version: 1.4.38 diff --git a/doc/build/changelog/unreleased_14/mutable_fix.rst b/doc/build/changelog/unreleased_14/mutable_fix.rst deleted file mode 100644 index 2c96878b86..0000000000 --- a/doc/build/changelog/unreleased_14/mutable_fix.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. change:: - :tags: bug, orm, regression - :tickets: 8133 - - Fixed regression caused by :ticket:`8133` where the pickle format for - mutable attributes was changed, without a fallback to recognize the old - format, causing in-place upgrades of SQLAlchemy to no longer be able to - read pickled data from previous versions. A check plus a fallback for the - old format is now in place. -- 2.47.2