From 7a638ec33a44e72c1a4cf264915706ca34c967e4 Mon Sep 17 00:00:00 2001 From: punchready Date: Tue, 10 May 2022 12:44:21 +0200 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3dfed3..c89fb502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph) * Only allow using Teleportation Potions, Magic Conch, and Demon Conch whilst holding them. (@drunderscore) * Updated server startup language to be more clear when encountering a fatal startup error. Now, the server gives more context as to what happened so that there's a better chance of people being able to help themselves. (@hakusaro) +* Added a second `Utils.TryParseTime` method for parsing large, positive time spans. (@punchready) +* Fixed `/tempgroup` breaking on durations greater than roughly 24 days. (@punchready) ## TShock 4.5.17 * Fixed duplicate characters (twins) after repeatedly logging in as the same character due to connection not being immediately closed during `NetHooks_NameCollision`. (@gohjoseph)