Updated the changelog

This commit is contained in:
Lucas Nicodemus 2016-10-23 19:29:40 -06:00
parent 1328d71fdc
commit d3e0bba60d
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C

View file

@ -20,6 +20,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Fixed issue where registration + login would fail with no pre-existing users (@DogooFalchion).
* Added `/uploadssc [player]` which allows someone to upload SSC data for [player] and store it on the server. Adds `tshock.ssc.upload` and `tshock.ssc.upload.others` permission nodes to match (@DogooFalchion).
* Added hardened stone to the whitelist of tiles editable by players (@DogooFalchion).
* Added conversion system to send convert old MOTD format into smart text, while preserving initial line starting values to keep byte optimization for background colors Thanks to (@WhiteXZ, @Simon311, and especially @DogooFalchion) for the hard work on this issue.
## TShock 4.3.20
* Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy).