From 40c97021b6d84eb985f967446a379bcb6699431e Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Mon, 31 Aug 2020 10:48:49 +1000 Subject: [PATCH] Update changelog Add CodeCoverage to gitignore --- .gitignore | 1 + Assets/Fungus/Docs/CHANGELOG.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2a799fe2..d2deb895 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ Assets/Plugins/ Assets/Plugins.meta Logs/* .vscode/launch.json +CodeCoverage diff --git a/Assets/Fungus/Docs/CHANGELOG.txt b/Assets/Fungus/Docs/CHANGELOG.txt index 070e2b0a..f2112101 100644 --- a/Assets/Fungus/Docs/CHANGELOG.txt +++ b/Assets/Fungus/Docs/CHANGELOG.txt @@ -4,6 +4,12 @@ Changelog {#changelog} Unreleased ====== +## Fixed + + - TextAdapter use of Visible Characters null and bounds checked, required for TMPro 3.x + - FlowchartWindow styles force set expected values, seems required to deal with changes to UI style defaults in more recent Unity. + - InvokeMethod command uses more explicit search and more informative log if error is found in editor. + v3.13.4 ======