Skip to content

Commit

Permalink
Repo: Updated the changelog for r726
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Nov 12, 2023
1 parent d159530 commit a741b56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
**r725:**
**r726:**

Additions:
> 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 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)
> Added tracking for Box of Rattling Chains
<br>Added tracking for Sunreaver Micro-Sentry
<br>Added initial tracking for 10.2.0 collectibles
Contributors (in alphabetical order):
> Alexander Stavitsky (astavitsky)
> cyriun
8 changes: 8 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
local changes = {
["r726"] = {
additions = {
"Added tracking for Box of Rattling Chains",
"Added tracking for Sunreaver Micro-Sentry",
"Added initial tracking for 10.2.0 collectibles",
},
contributors = { "cyriun" },
},
["r725"] = {
additions = {
"Added a new option for toggling the scrolling debug window to Blizzard's keybinding UI",
Expand Down

0 comments on commit a741b56

Please sign in to comment.