From 0e2ba0a1e4e7f6f3a3daaca776bd3b76b0bb0ed2 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 12 Aug 2023 05:00:41 +0100 Subject: [PATCH] Add CHANGES entry for GH-11546 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 10edc53adc1..a2f6c908b9d 100644 --- a/CHANGES +++ b/CHANGES @@ -63,6 +63,8 @@ Bugs fixed * #9428: Exclude substitution definitions when running the ``gettext`` builder. Patch by Alvin Wong. * #10795: Raise a descriptive error if ``graphviz_dot`` is falsy. +* #11546: Translated nodes identical to their original text are now marked + with the ``translated=True`` attribute. Testing -------