From f52e909eeac29f2da723c8d3a4a12916b6f19e16 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 9 Nov 2022 22:57:59 -0800 Subject: [PATCH] Update changelog --- docs/changelog.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 65ad1e7d..08ec812c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -15,9 +15,12 @@ Use past tense when adding new entries; sign your name off when you add or chang * 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 item giving potentially dropping too many items (@PotatoCider, @punchready) -* Excluded GeoIP.dat from release bundle (@SignatureBeef) -* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up (@drunderscore) +* Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready) +* Excluded GeoIP.dat from release bundle. (@SignatureBeef) +* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up. (@drunderscore) +* Bump to Terraria 1.4.4.8 via OTAPI 3.1.18. (@hakusaro, @SignatureBeef) + * In this version of Terraria, `Main.maxBuffTypes` and other `maxWhateverTypes` fields have been removed. Their replacements are in `Terraria.ID.whateverID.Count`. TShock calls to these fields have been swapped in order to bring forward compatibility with Terraria 1.4.4.8. +* In OTAPI 3.1.17, fixed [the crystal shard not growing](https://github.com/Pryaxis/TShock/issues/2796). (@sgkoishi) ## TShock 5.0.0 * Reduced load/save console spam. (@SignatureBeef, @YehnBeep)