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 ======