From 90c6f4ab2227310ea22c177fe26798240ac86244 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 16 Oct 2016 09:31:23 -0600 Subject: [PATCH] Update changelog with @Simon311's changes --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59c1aa2..7de6db81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. ## Upcoming Changes -* Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy) -* Removed the `auth-verify` command since `auth` now serves its purpose when necessary (@Enerdy) +* Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy). +* Removed the `auth-verify` command since `auth` now serves its purpose when necessary (@Enerdy). +* Security: `/"` exploit can no longer break chat mute filters (@Simon311). +* Fixed an issue where sometimes players could connect briefly during server shutdown, leading to errors (@Simon311). ## TShock 4.3.19 * Compatibility with Terraria 1.3.3.3 (@Simon311)