From 0d214d8663fd716c85e2ead4c665f50ec3f2b501 Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Wed, 23 Dec 2020 02:11:46 +1030 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef133af3..8f770a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * For developers: TShock now provides `IConfigFile` and `ConfigFile` under the `TShockAPI.Configuration` namespace. No more needing to copy/pasting the same Read/Write code for your plugin configs. (@QuiCM) * `ConfigFile` implements `Read` and `Write` for you. * Check `TShockConfig` and `ServerSideConfig` for examples on how to use. +* Added URI un-escaping on all inputs into REST. (@QuiCM) +* Attempt to fix platinum coin pickup dupe. (Thanks @Quinci135) ## TShock 4.4.0 (Pre-release 14) * Terraria v1.4.1.2 (Thanks @Patrikkk and @DeathCradle <3)