From faaafb897986d50c706fd092cdc29866e71d3e36 Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Mon, 3 Aug 2020 18:09:06 +1000 Subject: [PATCH] Update Changelog --- Assets/Fungus/Docs/CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Fungus/Docs/CHANGELOG.txt b/Assets/Fungus/Docs/CHANGELOG.txt index f5f4464a..0fb6380d 100644 --- a/Assets/Fungus/Docs/CHANGELOG.txt +++ b/Assets/Fungus/Docs/CHANGELOG.txt @@ -8,6 +8,7 @@ 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. + - Writer with 0 speed and TMPro text correctly writes at infinite speed, previously was infinite loop. ## Changed