From 837c4deeaae9e251bd8465e6386b0f528aab64a7 Mon Sep 17 00:00:00 2001 From: James Puleo Date: Mon, 10 Oct 2022 19:02:31 -0400 Subject: [PATCH] Update `CHANGELOG.md` --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c49d81f..2a7c8104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * 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) * Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players (@drunderscore) +* Add `LiquidType.Shimmer` (@drunderscore) +* Make Bouncer allow Bottomless Honey Bucket usage (@drunderscore) +* Make Bouncer reject Shimmer placement without bucket or whilst banned (@drunderscore) ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider)