From f2021eaf08ab1549f925ee0d7dc345ccc2f51338 Mon Sep 17 00:00:00 2001 From: Pursuit Date: Tue, 30 Oct 2018 22:50:19 +0100 Subject: [PATCH] Updated changelog --- Changelog.txt | 3 +++ desc.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index a197d6a..e70530d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,6 @@ +__0.3.1__ +* Improved performance + __0.3.0__ * The AsiSupport plugin has been rewritten in C# to remove the C++/CLI dependency * The interop with ASI scripts is now done via UnvAsiIntrf.dll (coded in pure C++) diff --git a/desc.txt b/desc.txt index 7f51b3e..2c9d8a8 100644 --- a/desc.txt +++ b/desc.txt @@ -14,6 +14,9 @@ As the plugin is still in beta and might be unstable, you may experience bugs an Changelog: +0.3.1 +* Improved performance + 0.3.0 * The AsiSupport plugin has been rewritten in C# to remove the C++/CLI dependency * The interop with ASI scripts is now done via UnvAsiIntrf.dll (coded in pure C++)