From 71cc7f482b109f020daa2f8fe2c71e0ae49e766c Mon Sep 17 00:00:00 2001 From: Patrikkk Date: Sun, 31 May 2020 15:57:23 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69b28a0..4d6dc6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * `tshock.journey.biomespreadfreeze` * `tshock.journey.setspawnrate` * Changed default thresholds for some changes in the config file to accommodate new items & changes to Terraria. (@hakusaro) +* Store projectile type in `ProjectileStruct RecentlyCreatedProjectiles` to identify the recently created projectiles by type. Make `RecentlyCreatedProjectiles` and `ProjectileStruct` public for developers to access from plugins. ## TShock 4.4.0 (Pre-release 7 (Entangled)) * Fixed bed spawn issues when trying to remove spawn point in SSC. (@Olink)