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)