Skip to content

Commit

Permalink
Merge pull request #763 from WowRarity/changelog-update-r736
Browse files Browse the repository at this point in the history
Update the changelog for r736
  • Loading branch information
rdw-software authored Sep 14, 2024
2 parents 5658e8f + f73e1fa commit af24d86
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
**r735:**
**r736:**

Additions:
> Added a number of TWW collectibles to the database (the drop rates are placeholders)
> Added tracking for Anu'relos (which is now a rare drop from the Mythic Fyrakk encounter)
<br>Added tracking for Awakened Caches (may contain Machine Defense Unit 1-11)
Changes:
> Replaced the Shadowlands category icon with a brighter version that should be easier to see
> Replaced the old AddonLoader mechanism with Blizzard's built-in system to lazy-load the Options module
Fixes:
> Fixed tracking for a number of TWW collectibles that drop from dungeon bosses
Contributors (in alphabetical order):
> DakJaniels
13 changes: 13 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
local changes = {
["r736"] = {
additions = {
"Added tracking for Anu'relos (which is now a rare drop from the Mythic Fyrakk encounter)",
"Added tracking for Awakened Caches (may contain Machine Defense Unit 1-11)",
},
fixes = {
"Fixed tracking for a number of TWW collectibles that drop from dungeon bosses",
},
changes = {
"Replaced the old AddonLoader mechanism with Blizzard's built-in system to lazy-load the Options module",
},
contributors = { "DakJaniels" },
},
["r735"] = {
additions = {
"Added a number of TWW collectibles to the database (the drop rates are placeholders)",
Expand Down

0 comments on commit af24d86

Please sign in to comment.