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": [ ]