From c08d9f7197f1e192527994b12680d10681208701 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Sat, 4 May 2024 13:56:43 +0100 Subject: [PATCH] Updated change log. --- CHANGES | 4 +++- dist/notes/data.json | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c13319776c..da52c66550 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -3.7.12 - ??? +3.7.12 - 4 May 2024 + +* 13316: Fix typoed condition in Hideable introduced during PMD updates 3.7.11 - 3 May 2024 diff --git a/dist/notes/data.json b/dist/notes/data.json index 7ede1a324f..4cb5401c65 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -15,6 +15,17 @@ { "display_name": "Other", "suffix": "other.zip" } ], "changes": [ + { + "in": "3.7.12", + "since": "3.7.11", + "new_features": [ + ], + "bug_fixes": [ + { "num": 13316, "desc": "Fix typoed condition in Hideable introduced during PMD updates" } + ], + "other_improvements": [ + ] + }, { "in": "3.7.11", "since": "3.7.10",