diff --git a/CHANGES.MD b/CHANGES.MD index 0743a095..9a3c6a02 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,9 +1,10 @@ -**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 +**r738:** + +Additions: +> Added tracking for Classic Timewalking dungeons (Infinite Timereaver) + +Fixes: +> Attempts for Malfunctioning Mechsuit should now be tracked in Mythic keystone dungeons + +Contributors (in alphabetical order): +> DakJaniels diff --git a/Changes.lua b/Changes.lua index 1a5e7e0b..0a755672 100644 --- a/Changes.lua +++ b/Changes.lua @@ -1,4 +1,13 @@ local changes = { + ["r738"] = { + additions = { + "Added tracking for Classic Timewalking dungeons (Infinite Timereaver)", + }, + fixes = { + "Attempts for Malfunctioning Mechsuit should now be tracked in Mythic keystone dungeons", + }, + contributors = { "DakJaniels" }, + }, ["r737"] = { additions = { "Added tracking for Writhing Transmutagen (Khaz Algar Thaumaturgy)",