From 91bc59c9958150e5de365a3aa726e1db942a318e Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Sun, 26 Jul 2020 21:33:04 +1000 Subject: [PATCH] Update unreleased CHANGELOG --- Assets/Fungus/Docs/CHANGELOG.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Assets/Fungus/Docs/CHANGELOG.txt b/Assets/Fungus/Docs/CHANGELOG.txt index 8221a9ae..f5f4464a 100644 --- a/Assets/Fungus/Docs/CHANGELOG.txt +++ b/Assets/Fungus/Docs/CHANGELOG.txt @@ -5,6 +5,15 @@ Unreleased ====== +## Fixed + + - Set actions on Property commands targeting structs now save changes. Previously the target variable was not being copied back to the internal struct, causing changes to be discarded. Impacts the following Property Commands, Color, Matrix, Quaternion, Vector2, Vector3, Vector4. + +## Changed + + - Conversation System finding character by name now uses an exact match with fallback to previous StartsWith. Thanks to hsandt. + + v3.13.3 ======