diff --git a/CHANGES.MD b/CHANGES.MD index c12d92d7..c5b8d198 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,7 +1,11 @@ -**r723:** +**r724:** Additions: -> Added tracking for Darkmoon Rabbit +> Added tracking for Emmah (Disgusting Vat Fishing, in Zskera Vaults) +
Added a new scrolling message frame for inspecting cached debug messages (via `/rarity dump)` Fixes: -> Fixed an issue that prevented items requiring world events (e.g., DMF) to be active from being displayed +> Fixed an issue that could cause pets that have already been obtained to not be detected as such + +Contributors (in alphabetical order): +> cyriun diff --git a/Changes.lua b/Changes.lua index bec7d902..2ca13fd0 100644 --- a/Changes.lua +++ b/Changes.lua @@ -1,4 +1,14 @@ local changes = { + ["r724"] = { + additions = { + "Added tracking for Emmah (Disgusting Vat Fishing, in Zskera Vaults)", + "Added a new scrolling message frame for inspecting cached debug messages (via `/rarity dump)`", + }, + fixes = { + "Fixed an issue that could cause pets that have already been obtained to not be detected as such", + }, + contributors = { "cyriun" }, + }, ["r723"] = { additions = { "Added tracking for Darkmoon Rabbit",