From 1ac04aec20bca08f792234dfa53fdba6a30eed67 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Tue, 29 Mar 2022 19:28:59 +0100 Subject: [PATCH] Updated change log. --- CHANGES | 3 ++- dist/notes/data.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index dee02e310c..e0972b072f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ -3.6.6 - 28 March 2022 +3.6.6 - 29 March 2022 +* 11327: Fix Action Button not working after refreshing pre-defined setups * 11325: Implement the missing Play Sound trait 'Send sound to other players' functionality * 11315: Show correct Turn Tracker tooltip diff --git a/dist/notes/data.json b/dist/notes/data.json index f4b8e93ca7..5f5f2c007c 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -22,6 +22,7 @@ "new_features": [ ], "bug_fixes": [ + { "num": 11327, "desc": "Fix Action Button not working after refreshing pre-defined setups" }, { "num": 11325, "desc": "Implement the missing Play Sound trait 'Send sound to other players' functionality" }, { "num": 11315, "desc": "Show correct Turn Tracker tooltip" }, { "num": 11302, "desc": "Fixed link typo in GamePieceImageDefinitions page of Reference Manual" },