From a5dcf3dc43c694e94120ee9a0f404ed1c6e5708d Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:37:01 -0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c790ac0c..07cf37b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.10.12 + - Minor: Add rarity information on select pickpocketing drops. (#571) - Bugfix: Enforce value threshold for always-dropped loot when rarity threshold is 1 and require both value and rarity is true. (#560) - Dev: Optimize regex performance for looted items on the item denylist. (#565)