diff --git a/CHANGES.MD b/CHANGES.MD index 7bfd52b1..0743a095 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,14 +1,9 @@ -**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) - -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) +
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 diff --git a/Changes.lua b/Changes.lua index d02dfdf8..1a5e7e0b 100644 --- a/Changes.lua +++ b/Changes.lua @@ -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)",