update changelog

This commit is contained in:
Lion Kortlepel 2022-02-03 19:03:21 +01:00
parent 754053e73f
commit 5c44a307bc
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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)