From fb418095fe01b644450abc7f0559465e45cb41eb Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 25 May 2020 00:49:57 -0700 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f1e421..b7bd0a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming Release * Fix pet licenses. (@Olink) * Initial support for Journey mode in SSC worlds. (@Olink) - +* Make TShock database MySQL 8 compatible by escaping column names in our IQueryBuilder code. (Name `Groups` is a reserved element in this version, which is used in our `Region` table.) (@Patrikkk) + ## TShock 4.4.0 (Pre-release 8) * Update for OTAPI 2.0.0.36 and Terraria 1.4.0.4. (@hakusaro, @Patrikkk, @DeathCradle) * Fixed /wind command. (@AxeelAnder) @@ -49,7 +50,6 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## TShock 4.4.0 (Pre-release 5) * Update player spawn related things to 1.4. `Terraria.Player.Spawn` method now has a required argument, `PlayerSpawnContext context`. (@AxeelAnder) * Make sqlite db path configurable. (@AxeelAnder) -* Make TShock database MySQL 8 compatible by escaping column names in our IQueryBuilder code. (Name `Groups` is a reserved element in this version, which is used in our `Region` table.) * Terraria 1.4.0.3 experimental support. (@Patrikkk) * Updated changelog. (@hakusaro)