From 1172420b77a8f4f86bbeb0eb814691f104643f38 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 6 Dec 2021 14:21:25 +0100 Subject: [PATCH] Add https to changelog --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0066bc6..7166f09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,10 +2,11 @@ - CHANGED entire plugin Lua implementation (rewrite) - CHANGED moved *almost all* functions into MP.\* -- CHANGED console to use a custom language (type `help`!) +- 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 - ADDED Commandline options. Run with `--help` to see all options. +- ADDED HTTP(S) Server (OpenAPI spec coming soon!) - ADDED plugin directories to `package.path` and `package.cpath` before `onInit` - ADDED ability to add `PluginConfig.toml` to your plugin folder to change some settings - ADDED ability to share a lua state with other plugins via `StateId` setting in `PluginConfig.toml`