From 9a56dff1d228cabed062b3d3d66c0d563981e1c6 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 6 Jul 2015 23:49:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091f0b92..623c2206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed a bug where /user group failing would output no error. (@nicatronTg) * Fixed a bug where /user group would fail. @(Enerdy) * Added the ability to disable backup autosave messages. (@nicatronTg) +* Fixed /buff malfunctioning when entering an invalid buff name. (@Enerdy) +* Fixed projectiles 435-438 (martian invasion) freezing everyone under certain conditions. (@Enerdy) +* DisableTombstones now works properly with the new golden gravestones. (@Enerdy) +* REST module now properly catches exceptions during Start(). (@Patrikkk) +* Added /expert command to toggle expert mode. (@WhiteXZ) ## TShock 4.3.0.0 @@ -26,4 +31,4 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed ```UseServerName``` config option so that it correctly sends the config server name any time that Main.WorldName is used. (@Olink) * Fixed a bug where people could ban themselves. (@nicatronTg) * Fixed a bug where banning a player who never logged in caused problems. (@nicatronTg) -* Terraria 1.3.0.3 support. \ No newline at end of file +* Terraria 1.3.0.3 support.