From 4b65dc42328b1048f8c46acda9ff5cc75a4f1985 Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Thu, 24 Jun 2021 20:27:44 +1000 Subject: [PATCH] Update Changelog # Conflicts: # Assets/Fungus/Docs/CHANGELOG.txt --- Assets/Fungus/Docs/CHANGELOG.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Fungus/Docs/CHANGELOG.txt b/Assets/Fungus/Docs/CHANGELOG.txt index 31a08499..6a07408a 100644 --- a/Assets/Fungus/Docs/CHANGELOG.txt +++ b/Assets/Fungus/Docs/CHANGELOG.txt @@ -3,6 +3,7 @@ Changelog {#changelog} Unreleased ====== + ## Fixed - Add missing VariableDrawer for ObjectVariable. Thanks to CG-Tespy. - Fix double duplication of blocks in flowchart window. Thanks to ongjinwen. @@ -11,6 +12,7 @@ Unreleased - TextAdapter with TMPro, now forces mesh update on text change. Fixes cases where a Say/Writer would expect RevealedCharacters to be current but would be previous frame stale value. - Camera Fade clears local callback before execution, fixes #973. - Force portraits undimmed on change sprite. + - Correct CommandList focus and selection when adding a new command. Thanks to Arylos07. ## Changed - Block will LogError when an exception is caught from a Command being Executed.