Update docs/changelog.md

This commit is contained in:
James Puleo 2022-12-02 15:33:13 -05:00 committed by Lucas Nicodemus
parent 205c29bc88
commit 24bb002e64
No known key found for this signature in database

View file

@ -103,6 +103,9 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Allowed the Hellfire (`OnFire3`) buff. (@drunderscore)
* Allowed Digging Molecart and bomb fish to break tiles and place tracks (@sgkoishi)
* Initialized achievements and the `AchievementManager` on the server. This ensures that players cannot cause exceptions to be thrown, chat messages are always logged, and allows achievement names to be localized in the console. Also added a test case for this. (@drunderscore)
* Allowed multiple test cases to be in TShock's test suite. (@drunderscore)
## TShock 5.1.3
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)