From 3781f2960aa4859d7628f4efd026a8cd694fc272 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 26 Oct 2022 15:14:45 +0200 Subject: [PATCH] add `debug` to the changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index daca0a6..3053239 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # v3.2.0 - ADDED `settings` command, which lets you `get`, `list`, and `set` config options from the console +- ADDED `debug` command, which shows info about connected clients & networking (for developers) - ADDED `Util.GenerateUUID()`, which generates an RFC4122 UUID (universally unique identifier) # v3.1.1