Browse Source

Update changelog

Add CodeCoverage to gitignore
master
Steve Halliwell 4 years ago
parent
commit
40c97021b6
  1. 1
      .gitignore
  2. 6
      Assets/Fungus/Docs/CHANGELOG.txt

1
.gitignore vendored

@ -18,3 +18,4 @@ Assets/Plugins/
Assets/Plugins.meta
Logs/*
.vscode/launch.json
CodeCoverage

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

Loading…
Cancel
Save