From c03e9644d92dca20d2cda31c49cd14ad9d41a764 Mon Sep 17 00:00:00 2001 From: RDW Date: Wed, 25 Sep 2024 22:31:35 +0200 Subject: [PATCH] Repo: Updated the changelog for r737 --- CHANGES.MD | 23 +++++++++-------------- Changes.lua | 10 ++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) 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)",