From 536c4d25459a61971af07d03453e6d46ce7f4b41 Mon Sep 17 00:00:00 2001 From: SGKoishi Date: Mon, 28 Nov 2022 00:58:41 -0800 Subject: [PATCH] Update changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 72c1d358..9bfc729a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -84,6 +84,7 @@ Use past tense when adding new entries; sign your name off when you add or chang * Improved rejection message and code duplication in `OnPlayerBuff` (@drunderscore) * This will make it so Bouncer rejections regarding `PlayerAddBuff` will now always include the sender index, buff type, receiver index, and time in ticks, allowing much faster triage of buff whitelist issues. * Allowed Digging Molecart and bomb fish to break tiles and place tracks (@sgkoishi) +* Fixed Super Sponge unable to absorb shimmer. (@sgkoishi, #2833) ## TShock 5.1.3 * Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)