From b74c2443632c39b18b22518f55bc7375d12982b0 Mon Sep 17 00:00:00 2001 From: Dimenpsyonal <64012878+Dimenpsyonal@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:40:08 +0100 Subject: [PATCH] v256 Changelog --- MainModule/Server/Shared/Changelog.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MainModule/Server/Shared/Changelog.lua b/MainModule/Server/Shared/Changelog.lua index 86500a092a..22f2071e72 100644 --- a/MainModule/Server/Shared/Changelog.lua +++ b/MainModule/Server/Shared/Changelog.lua @@ -3,7 +3,7 @@ return { "*Drag edges to expand*"; "*Report bugs/issues on our GitHub repository*"; ""; - "[v256 2024-xx-xx xx:xx UTC] @Maintainer"; + "[v256 2024-04-16 08:40 UTC] @Dimenpsyonal"; ":banlist text is now selectable"; ":timebanlist actually giving reasons"; "and specified if a ban is a global ban or a server ban"; @@ -17,6 +17,7 @@ return { "Fix accidental alias recursion"; "Fix empty aliases preventing any commands running"; "Implement AllowUnsafeSelectors"; + "Added placeholder text for aliases and keybinds"; ""; "[v255 2024-03-18 09:05 UTC] @Dimenpsyonal"; "Added duration to :mute";