From d72bbb31a63e4021fca2f65b8af8411aa9117862 Mon Sep 17 00:00:00 2001 From: White Date: Tue, 4 Oct 2016 21:02:27 +1030 Subject: [PATCH] Changelog update --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98f5398..f22a8ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming Changes +## TShock 4.3.18 +* Compatibility with Terraria 1.3.3.3 (@Simon311) +* API: Version tick 1.25 +* API: Resolved some issues with the ItemForceIntoChest hook (@WhiteXZ, @Patrikkk) +* API: Resolved some shonky code that caused Vitamins and other Ankh Shield related items to drop at strange rates or not at all (@ProfessorXZ, @WhiteXZ, @nicatronTg) +* Fixed magical ice blocks not working correctly (@ProfessorXZ) + ## TShock 4.3.18 * Compatibility with Terraria 1.3.3.2 -* API: Version tick 1.2.4 +* API: Version tick 1.24 * API: Fixed chat line breaks when using chat tags and long strings of text (@ProfessorXZ) * API: Added ItemForceIntoChest hook (@WhiteXZ) * API: Included the player's registration date in REST's players/read endpoints (@ProfessorXZ)