From 0c826327796ee6424b2a6ce793e041424aa78af7 Mon Sep 17 00:00:00 2001 From: White Date: Thu, 7 Apr 2016 19:16:54 +0930 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a29619..2435165f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,13 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Added a PlayerPermission hook fired whenever a permission check involving said player occurs (when the new TSPlayer.HasPermission method is called) (@Enerdy) * Resolved an issue where martian invasions and eclipses would have empty messages if AnonymousBossInvasions was set to true (@WhiteXZ) * Added an optional `slime` parameter to the `rain` command, allowing slime rain to be started and stopped. New syntax is `rain [slime] ` (@WhiteXZ) +* Fixed performance issues due to concurrent dictionary access in TSPlayer (@CoderCow) +* Added an ID property to Regions (@WhiteXZ) +* Fixed an issue where region sizes were calculated incorrectly (@WhiteXZ) * Fixed a bug in RegionManager preventing regions adding correctly (@pink_panther) +* Fixed another bug in RegionManager preventing regions adding correctly (@WhiteXZ) +* Fixed a routing issue with the `/v2/token/create` REST endpoint +* Removed the `/token/create` REST endpoint. `/v2/token/create` should be used instead. ## TShock 4.3.12