Skip to content

Commit

Permalink
Repo: Updated the changelog for r737
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Sep 25, 2024
1 parent d38d1fe commit c03e964
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
23 changes: 9 additions & 14 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
**r736:**

Additions:
> 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 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
**r737:**

Additions:
> Added tracking for Writhing Transmutagen (Khaz Algar Thaumaturgy)
<br>Added tracking for TWW achievement rares
Fixes:
> Fixed an issue that would prevent attempts from being registered for Sureki Skyrazor
<br>Dracthyr Evokers should no longer see attempts for Fandral's Seed Pouch and Skull of Corruption
10 changes: 10 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
local changes = {
["r737"] = {
additions = {
"Added tracking for Writhing Transmutagen (Khaz Algar Thaumaturgy)",
"Added tracking for TWW achievement rares",
},
fixes = {
"Fixed an issue that would prevent attempts from being registered for Sureki Skyrazor",
"Dracthyr Evokers should no longer see attempts for Fandral's Seed Pouch and Skull of Corruption",
},
},
["r736"] = {
additions = {
"Added tracking for Anu'relos (which is now a rare drop from the Mythic Fyrakk encounter)",
Expand Down

0 comments on commit c03e964

Please sign in to comment.