From 0b155920bb2a869aa433907c5fcb6a52748be13a Mon Sep 17 00:00:00 2001 From: Zach P Date: Sat, 27 Aug 2022 09:40:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755ad3a..e241ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * [FIX] Ban reason string was returning two values due to a change in gsub returns. Localized the replacement gsub and return only the string value. * [FIX] Removed legacy hooks when cleaned up, fixes potential memory leak issues. * [CHANGE] Removed gsub from the SteamID replacement string in ban reasons. +* [CHANGE] Strings can now be passed to ULib.addBan for the admin parameter. This is useful for 3rd party integrations of ULib's ban. (Thanks, wrefgtzweve) ## v2.70 - *(08/04/2022)* * [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well.