From c49619260b972c40f3a2d8eecb23c6274f39708b Mon Sep 17 00:00:00 2001 From: SGKoishi Date: Mon, 7 Nov 2022 11:46:15 -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 a2e64843..c2971d00 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,6 +17,7 @@ Use past tense when adding new entries; sign your name off when you add or chang ## Upcoming changes * Fixed item giving potentially dropping too many items (@PotatoCider, @punchready) * Excluded GeoIP.dat from release bundle (@SignatureBeef) +* Updated the Utils.FindByIdOrName to follow same logic. Now fuzzy match fallback to `StartsWith` and then `Contains`. (@sgkoishi) ## TShock 5.0.0 * Reduced load/save console spam. (@SignatureBeef, @YehnBeep)