From 1b8c0dd2e2cfdc27b76a133dbef687fed844bd6a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 14 Oct 2022 23:39:29 -0700 Subject: [PATCH] Removed duplicate changelog entries merge union is a crazy tool --- CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a33f3ee..f7e71388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,23 +34,19 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed `/tempgroup` breaking on durations greater than roughly 24 days. (@punchready) * Fixed player not being checked for permissions to use the Shellphone (Ocean), Shellphone (Underworld) and Shellphone (Spawn). (@hufang360) * Updated to OTAPI 3.1.10-alpha, which allows FreeBSD .NET 6 to use Re-Logic's Linux platform. (@SignatureBeef) -* Update Github CI to not tarball files for Windows only. (@PotatoCider) +* Updated Github CI to not tarball files for Windows only. (@PotatoCider) * Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players. (@drunderscore) * In OTAPI 3.1.11-alpha, chest stacking was fixed. (@SignatureBeef) * In OTAPI 3.1.12-alpha, "server world deletions" were fixed. (@SignatureBeef) * Fixed NetTile errors by implementing new packet read/write data. (@SignatureBeef) * Fixed Inferno Fork causing kick from rejected abnormal buff. (@Stealownz) * Prevented Server Broadcast from executing without a message. (@PackmanDude, @punchready) -* Update Github CI to not tarball files for Windows only. (@PotatoCider) -* Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players. (@drunderscore) * Added `LiquidType.Shimmer`. (@drunderscore) * Made Bouncer allow Bottomless Honey Bucket usage. (@drunderscore) * Made Bouncer reject Shimmer placement without bucket or whilst banned. (@drunderscore) * Fixed Bouncer rejecting Explosive Bunny critter release when using the Bunny Cannon, if the player had since stopped selecting the Explosive Bunny. (@drunderscore) -* Update Github CI to not tarball files for Windows only (@PotatoCider) -* Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players (@drunderscore) -* Always allow breaking of tiles that are in `BreakableWhenPlacing` set. This will allow you to place tiles over other tiles (like piles) properly, without being rejected. (@drunderscore) -* Allow the Axe of Regrowth and the Rubblemaker to pass Bouncer checks. (@drunderscore) +* Allowed breaking of tiles that are in `BreakableWhenPlacing` set. This will allow you to place tiles over other tiles (like piles) properly, without being rejected. (@drunderscore) +* Allowed the Axe of Regrowth and the Rubblemaker to pass Bouncer checks. (@drunderscore) * The Axe of Regrowth places a `Saplings` where a tree used to be, which previously failed. * The Rubblemaker places rubble (which are echo piles), of varying styles, which previously failed.