From ce953c6eaa5f3c404bf726879e7c6226a625c933 Mon Sep 17 00:00:00 2001 From: Rustly <43079937+Rustly@users.noreply.github.com> Date: Thu, 18 Jun 2020 16:48:56 -0500 Subject: [PATCH] forgot github is funny with line breaks --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08568ad1..dbd04331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ 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 -* 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. +* 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)