diff --git a/CHANGELOG.md b/CHANGELOG.md index eb094f86..8bec4bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. +## Upcoming Changes + +* Fixed HealOtherPlayer packet exploit (@Simon311). +* Added associated config option for HealOtherPlayer exploit prevention (@Simon311). +* Added `/accountinfo` command to get account information for a given TShock account (@Simon311). +* Removed TShock color parsing from MOTDs (@WhiteXZ). +* Fixed butterfly statues spawning catchable butterflies (@DogooFalchion). +* Implemented some missing balance changes lost in prior version patches (@DogooFalchion). + ## TShock 4.3.20 * Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy). * Removed the `auth-verify` command since `auth` now serves its purpose when necessary (@Enerdy). diff --git a/TerrariaServerAPI b/TerrariaServerAPI index 3c7a19d6..b403f953 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit 3c7a19d6e5a3cdf3c82d12edca0f9e761e6f4a47 +Subproject commit b403f9534f57690c0568ec8f8150afa417356cb8