From 173d6f71f5eac97eebe653f63b588b5d1b5399a0 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 12 Apr 2021 23:21:51 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826059e3..743141af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change. ## Upcoming changes -* Fixed server crash from `/v2/players/list` & other parameterised REST endpoints. (@QuiCM) +* Fixed server crash from `/v2/players/list` & other parameterised REST endpoints. (@QuiCM, reported by @ATFGK) * Added handling to the PlayerChat hook event. (@QuiCM - Thanks for the suggestion @Arthri) -* Changed the spawnboss command to support silent command specifiers. (@QuiCM, suggested by @nojomyth-dev). +* Changed the spawnboss command to support silent command specifiers. (@QuiCM, suggested by @nojomyth-dev) ## TShock 4.5.0.1 * Fixed conversion from old to new ban system for MySQL hosted ban databases. (@DeathCradle, @ATFGK)