From bc5617407d5110d1b303e1083a88e87fa5d4f082 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Mon, 2 Dec 2024 10:40:51 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a1bb5..511ae27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ###### 0.7.3 - Add support to Valve style rcon authentication - Change maximum packet size to correct value (4096 -> 4106) + - Print auth failed message to stderr instead of stdout + - Fail immediately if received packet size is out of spec + - Return proper exit code from run_terminal_mode() + - Add error messages to rcon_command() function ###### 0.7.2 - Quit gracefully when Ctrl-D or Ctrl+C is pressed