From 2eb4ee0c223a3fdb51a139bec198b3c1fac32337 Mon Sep 17 00:00:00 2001 From: Zaicon Kiroshu Date: Sun, 20 Nov 2016 19:18:52 -0600 Subject: [PATCH] Fix Version Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efbed4d..a9cd96f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming Changes ## TShock 4.3.21 -* Compatibility with Terraria 1.3.3.4 (@Patrikkk, @Zaicon). +* Compatibility with Terraria 1.3.4.3 (@Patrikkk, @Zaicon). * API: Version tick 1.26. * API: Deprecated PlayerDamage and PlayerKillMe packets (now uses PlayerHurtV2 and PlayerDeathV2). * API: Main.rand now uses UnifiedRandom instead of Random. This WILL break any existing plugin that uses Main.rand.