From ffdb0d6ec09ddbcdc6d86134d6e59ff24b4a560c Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:01:25 +0800 Subject: [PATCH] ci: update changelog --- proxy/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/changelog.md b/proxy/changelog.md index 8c44a4ac..d1e3bb33 100644 --- a/proxy/changelog.md +++ b/proxy/changelog.md @@ -7,4 +7,5 @@ so there’s no need to worry if the server hasn't been updated to 2.1.x. ### Changes in 2.1.2 - Fixed buffer overflow when using AudioSender with delayed first frame. -- Fixed client EncoderException on server switch caused by UDP packets sent to a client when client's server is null. \ No newline at end of file +- Fixed client EncoderException on server switch caused by UDP packets sent to a client when client's server is null. +- Fixed ArrayIndexOutOfBoundsException exception when using `/` command on Velocity. \ No newline at end of file