From 5df8aedf087dbdf7d66280c2d283c97c3dd75b46 Mon Sep 17 00:00:00 2001 From: Lion Date: Sat, 11 Dec 2021 10:35:11 +0100 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7166f09..a630190 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ # v2.4.0 - CHANGED entire plugin Lua implementation (rewrite) -- CHANGED moved *almost all* functions into MP.\* +- CHANGED moved *almost all* Lua functions into MP.\* - CHANGED console to use a custom language (type `help`, `list`, or `status`!) - CHANGED all files of a Lua plugin to share a Lua state (no more state-per-file) - ADDED many new Lua API functions, which can be found at @@ -14,7 +14,7 @@ - ADDED dumping tables with `print()` (try it with `print(MP)`) - ADDED `MP.GetOSName()`, `MP.CreateTimer()`, `MP.GetLuaMemoryUsage()` and many more (see ) - ADDED `MP.Settings` table to make usage of `MP.Set()` easier -- ADDED `FS.*` table with common filesystem operations +- ADDED `FS.*` table with common filesystem operations (do `print(FS)` to see them!) - FIXED i/o thread spin when stdout is /dev/null on linux - FIXED removed extra whitespace infront of onChatMessage message