Add changelog about new console

This commit is contained in:
Lion Kortlepel 2021-12-05 00:54:24 +01:00
parent 7b99ccb08e
commit f477570a1c
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -2,6 +2,7 @@
- CHANGED entire plugin Lua implementation (rewrite)
- CHANGED moved *almost all* functions into MP.\*
- CHANGED console to use a custom language (type `help`!)
- 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 <https://wiki.beammp.com/en/Scripting/functions>
- ADDED Commandline options. Run with `--help` to see all options.