Update CHANGELOG.md

This commit is contained in:
James Puleo 2022-10-06 12:24:52 -04:00
parent 40b07fdc7b
commit cd694af73f
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -24,6 +24,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* SetDefaultsEventArgs now includes a nullable ItemVariant instance. (@SignatureBeef)
* Use a string interpolation and escape single quotes when escaping tables (@drunderscore)
* Removed obsolete resource files `TShockAPI/Resources.resx` and `TShockAPI/Resources.Designer.cs`. (@Arthri)
* Don't allow players to sync loadout index whilst disabled (@drunderscore)
## TShock 4.5.18
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)