From 4556efead87fc5798441ada53d7b3b1fd7abf1ca Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 4 Oct 2022 16:21:05 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069790ff..7299dca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * 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) +* Ported to OTAPI3 and .NET6. (@SignatureBeef) +* Introduced a new module framework for TShock developers. (@SignatureBeef) +* Fixed a secondary crash when server init fails and log services were not initialised. (@SignatureBeef) ## Upcoming changes * Your changes could be here!