From 37d82f5879cfee383896e690f3f79140cfcb6d08 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 3 Feb 2023 15:52:14 +0000 Subject: [PATCH] Release note for #9976 in 4.1.2 --- CHANGELOG.txt | 1 + docs/releases/4.1.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eec1d5487e..3d67b35b5f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -176,6 +176,7 @@ Changelog * Fix: Do not show bulk actions checkbox in page type usage view (Sage Abdullah) * Fix: Prevent account name from overflowing the sidebar (Aman Pandey) * Fix: Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah) + * Fix: Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah) * Docs: Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah) diff --git a/docs/releases/4.1.2.md b/docs/releases/4.1.2.md index e243d8de87..aee53f032b 100644 --- a/docs/releases/4.1.2.md +++ b/docs/releases/4.1.2.md @@ -25,6 +25,7 @@ depth: 1 * Do not show bulk actions checkbox in page type usage view (Sage Abdullah) * Prevent account name from overflowing the sidebar (Aman Pandey) * Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah) + * Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah) ### Documentation