Skip to content

Commit

Permalink
Merge pull request #668 from WowRarity/changelog-update-r725
Browse files Browse the repository at this point in the history
Updat the changelog for r725
  • Loading branch information
rdw-software authored Oct 19, 2023
2 parents 629c2a0 + 43d8982 commit 5587317
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
**r724:**
**r725:**

Additions:
> 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)`
> Added a new option for toggling the scrolling debug window to Blizzard's keybinding UI
<br>Added tracking for Arfus (Hallow's End 2023 update)
Fixes:
> Fixed an issue that could cause pets that have already been obtained to not be detected as such
> Fixed an issue that would cause the achievement-style popup to always be shown when looting a class-specific item
<br>Duplicate attempts should no longer be added when using Engineering on Arachnoid Harvester
<br>Fixed tracking for The Horseman's Reins (Hallow's End 2023 update)
Contributors (in alphabetical order):
> cyriun
> Alexander Stavitsky (astavitsky)
12 changes: 12 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
local changes = {
["r725"] = {
additions = {
"Added a new option for toggling the scrolling debug window to Blizzard's keybinding UI",
"Added tracking for Arfus (Hallow's End 2023 update)",
},
fixes = {
"Fixed an issue that would cause the achievement-style popup to always be shown when looting a class-specific item",
"Duplicate attempts should no longer be added when using Engineering on Arachnoid Harvester",
"Fixed tracking for The Horseman's Reins (Hallow's End 2023 update)",
},
contributors = { "Alexander Stavitsky (astavitsky)" },
},
["r724"] = {
additions = {
"Added tracking for Emmah (Disgusting Vat Fishing, in Zskera Vaults)",
Expand Down

0 comments on commit 5587317

Please sign in to comment.