Skip to content

Commit

Permalink
Repo: Updated the changelog for r724
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Sep 23, 2023
1 parent 8a0a834 commit 8f4a2ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
**r723:**
**r724:**

Additions:
> Added tracking for Darkmoon Rabbit
> Added tracking for Emmah (Disgusting Vat Fishing, in Zskera Vaults)
<br>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
10 changes: 10 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8f4a2ba

Please sign in to comment.