Flip changelog entry to bottom of the list(?)

This commit is contained in:
Rozen 2022-10-06 12:06:55 +02:00
parent d1505127dd
commit 9b818618f3
No known key found for this signature in database
GPG key ID: 490AA5E30F4F3BC0

View file

@ -13,7 +13,6 @@ 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)
@ -23,6 +22,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Added preliminary support for Terraria 1.4.4.4. (@SignatureBeef)
* GrassSpreadEventArgs Color property has been changed from a Byte to a TileColorCache type. (@SignatureBeef)
* SetDefaultsEventArgs now includes a nullable ItemVariant instance. (@SignatureBeef)
* Fixed painting wall/tile being rejected from hand of creation. (@Rozen4334)
## TShock 4.5.18
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)