diff --git a/Assets/Fungus/CHANGELOG.txt b/Assets/Fungus/CHANGELOG.txt index 3ef74937..eb6c9b67 100644 --- a/Assets/Fungus/CHANGELOG.txt +++ b/Assets/Fungus/CHANGELOG.txt @@ -4,17 +4,18 @@ Fungus 3.1.0 # Added - Flowchart automatically registers with LuaEnvironment for ExecuteLua commands #485 +- Clickable2D and Draggable2D can now use EventSystem events to block clicks on UI elements. Added new drag and drop demo scene to illustrate. # Changed - Default dialog image is now sliced, so can be resized to any width / height required. - Upgraded MoonSharp to v1.6.0.0 +- Added [System.Serializable] attribute to all Variable classes. # Fixed - Default dialog box now fits in a 5:4 ratio display #515 - Dialog input causing an exception if no Event System is present in scene. -- Clickable2D and Draggable2D components now use event system to correctly block clicks on UI elements. Updated drag and drop demo scene. - Missing module variable on round() function - Menu() Lua function only works once #511 - Compile error for folks upgrading using the Fungus 3 unitypackage