This commit is contained in:
Rozen 2022-10-05 21:58:09 +02:00
parent cb3ff0c2ce
commit 62d35533a0
No known key found for this signature in database
GPG key ID: 490AA5E30F4F3BC0
2 changed files with 11 additions and 13 deletions

View file

@ -13,6 +13,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
## Upcoming changes
* Fixed painting wall/tile being rejected from hand of creation. (@Rozen4334)
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)
* Replaced SQLite library with Microsoft.Data.Sqlite for arm64 support. (@SignatureBeef)
* Initial support for MonoMod hooks on Raspberry Pi (arm64). (@kevzhao2)