From b454d3fcb7bc9ef1047e90b983fbf4f77a3b7903 Mon Sep 17 00:00:00 2001 From: Rustly Date: Thu, 18 Jun 2020 16:46:20 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206d868f..08568ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. ## Upcoming changes -* Snake charmer's flute should function normally now. -* Prevented players from seeing the npc spawnrate change permission error on join. +* Fixed various bugs related to Snake Charmer's Flute. (@rustly) + The entirety of the snake now places. + The old snake now removes when placing a new snake. + Players are no longer disabled for breaking TilePlace/TileKill thresholds when modifying snakes. +* Prevented players from seeing the npc spawnrate change permission error on join. (@rustly) * Installed new sprinklers! * Organized parameters by category and relevance in the `config.json` file. (@kubedzero) * Fix multiple holes in Bouncer OnTileData. (@Patrikkk, @hakusaro)