Update CHANGELOG.md

This commit is contained in:
Zach P 2022-08-04 19:09:48 -07:00 committed by GitHub
parent 4e3d543a8c
commit ba112668cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# ULib Changelog # ULib Changelog
## v2.70 - *(00/00/00)* ## v2.70 - *(08/04/2022)*
* [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well. * [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well.
* [CHANGE] Moved bans to SQLite. * [CHANGE] Moved bans to SQLite.
* [CHANGE] Listen server hosts can no longer be banned (thanks, lewez). * [CHANGE] Listen server hosts can no longer be banned (thanks, lewez).
@ -8,6 +8,7 @@
* [FIX] Lua error with unspecified optional player arguments from server console (thanks, Timmy). * [FIX] Lua error with unspecified optional player arguments from server console (thanks, Timmy).
* [FIX] Overridden chat commands now respect the hidden-state (thanks, Timmy). * [FIX] Overridden chat commands now respect the hidden-state (thanks, Timmy).
* [FIX] _u now routes directly to intended functions instead of through concommands. No longer outputs error on server console when invalid parameters are passed from a client. * [FIX] _u now routes directly to intended functions instead of through concommands. No longer outputs error on server console when invalid parameters are passed from a client.
* [FIX] Fixed a command injection exploit in banid.
## v2.63 - *(03/21/17)* ## v2.63 - *(03/21/17)*
* [FIX] Server errors when loading massive ban lists. * [FIX] Server errors when loading massive ban lists.