From 3eb91bf0e8e63feaa7c2521dddab0ef15d22d2d9 Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Mon, 1 Jun 2020 18:38:31 +0930 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd19ed4b..36524ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ 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 release -* Your change goes here! +* Fixed a longstanding issue with SendTileSquare that could result in desyncs and visual errors (@QuiCM) +* Fixed placement issues with Item Frames, Teleportation Pylons, etc (@QuiCM) +* Doors are good now for real probably (@QuiCM, @Hakusaro, @Olink) ## TShock 4.4.0 (Pre-release 9) * Fixed pet licenses. (@Olink) @@ -31,10 +33,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * The default group that gets this permission is `Guest` for the time being. * To add this command to your guest group, give them `tshock.synclocalarea`, with `/group addperm guest tshock.synclocalarea`. * This command may be removed at any time in the future (and will likely be removed when send tile square handling is fixed). -* Fixed smart door automatic door desync and deletion issue. (@hakusaro, @QuiCM, @Olink) +* Fixed smart door automatic door desync and deletion issue. (@hakusaro) * Bump default max damage received cap to 42,000 to accommodate the Empress of Light's instant kill death amount. (@hakusaro, @moisterrific, @Irethia, @Ayrawei) -* Fixed a longstanding issue with SendTileSquare that could result in desyncs and visual errors (@QuiCM) -* Fixed placement issues with Item Frames, Teleportation Pylons, etc (@QuiCM) + ## TShock 4.4.0 (Pre-release 8)