Update CHANGELOG.md

This commit is contained in:
Zach P 2022-08-04 21:16:25 -07:00 committed by GitHub
parent 8c333691c0
commit 7dbc4687ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
* [ADD] Added a hook for PostCommandCalled (Thanks, brandonsturgeon)
## v2.71 - *(00/00/0000)*
* [ADD] Added a sanity check to ULib.replicatedWritableCvar to address older addons after the net code rewrite. (Thanks, ZenBre4ker)
* [FIX] Fixed some issues in player.lua with SetClip errors. (Thanks, JoshPiper)
* [FIX] Cleaned up some code in player.lua to be more aligned with our docs. (Thanks, JoshPiper)
* [FIX] Added returns to some fallback functions in sh_ucl.lua (Thanks, Deyvan)