Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog for r737 #778

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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