update changelog

This commit is contained in:
Lion Kortlepel 2022-07-14 02:08:28 +02:00
parent 51ccf31373
commit 6a94060970
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -4,8 +4,11 @@
- ADDED lua debug facilities (type `:help` when attached to lua via `lua`) - ADDED lua debug facilities (type `:help` when attached to lua via `lua`)
- ADDED MP.JsonEncode() and MP.JsonDecode(), which turn lua tables into json and vice-versa - ADDED MP.JsonEncode() and MP.JsonDecode(), which turn lua tables into json and vice-versa
- ADDED FS.ListFiles and FS.ListDirectories - ADDED FS.ListFiles and FS.ListDirectories
- ADDED onFileChanged event, triggered when a server plugin file changes
- FIXED `ip` in MP.GetIdentifiers
- FIXED issue with client->server events which contain ':' - FIXED issue with client->server events which contain ':'
- FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink - FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink
- FIXED onInit not being called on hot-reload
# v3.0.2 # v3.0.2