From 5c44a307bcae9eb57977ea1030faa5d1e401916a Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 3 Feb 2022 19:03:21 +0100 Subject: [PATCH] update changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6774147..b633919 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v3.0.1 + +- ADDED Backup URLs to UpdateCheck (will fail less often now) +- FIXED a bug where, when run with --working-directory, the Server.log would still be in the original directory +- FIXED a bug which could cause the plugin reload thread to spin at 100% if the reloaded plugin's onInit didn't terminate + # v3.0.0 - CHANGED entire plugin Lua implementation (rewrite)