From a0252b8344ded9c2bf963e5230f745d84c2a3c4b Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 23 Oct 2023 22:03:34 +0100 Subject: [PATCH] Updated change log. --- CHANGES | 2 ++ dist/notes/data.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 68756dba8f..bb3250805f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ 3.7.5 - ??? +* 12841: Ensure labels are correctly updated in Replace With Other trait + 3.7.4 - 20 October 2023 * 12830: Prevent Load Continuation from auto-forwarding to end of log diff --git a/dist/notes/data.json b/dist/notes/data.json index 3de993dcfb..41a72cfc78 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -20,6 +20,7 @@ "new_features": [ ], "bug_fixes": [ + { "num": 12841, "desc": "Ensure labels are correctly updated in Replace With Other trait" } ], "other_improvements": [ ]