From 465537b4246cd1a5d61613b37571e7709dde3458 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 20 May 2021 01:50:28 -0700 Subject: [PATCH] Update changelog with log changes from @QuiCM --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fb459d..7c3037af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Updated HealOtherPlayer damage check to make more sense by respecting `ignoredamagecap` permission. (@moisterrific) * Added preliminary support for Terraria 1.4.2.3 (@moisterrific, @Moneylover3246, @DeathCradle) * Added celebration mk2 explosive to explosives ItemID set in TSAPI. Solves #2304. (@Quinci135) +* TShock now writes its log files to the `logs` folder inside the `tshock` folder by default, as opposed to just the `tshock` folder. (@QuiCM) ## TShock 4.5.2 * Added preliminary support for Terraria 1.4.2.2. (@hakusaro)