From ab2e9c3195ce9ea0fc2da58330c72f64af45d90e Mon Sep 17 00:00:00 2001 From: RDW Date: Sat, 29 Oct 2022 06:26:51 +0200 Subject: [PATCH] Repo: Updated the changelog for r717 (and r716) Since r716 didn't have a release version, I never got around to updating the changelog before work on r717 had already started. --- CHANGES.MD | 53 ++++++++++++++++++++++++----------------------------- Changes.lua | 11 +++++++++++ 2 files changed, 35 insertions(+), 29 deletions(-) diff --git a/CHANGES.MD b/CHANGES.MD index 52f8ff71..a745de5d 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,3 +1,27 @@ +**r717:** + +Changes: +> Tooltip additions should now also work for items in the quest log + +Fixes: +> Fixed script errors caused by API changes in patch 10.0 + +Contributors (in alphabetical order): +> Patrick Borgogno +
Tommy Godejord + +----- + +**r716:** + +Additions: +> Added defeat detection data for Mythic-difficulty Legion raids + +Fixes: +> Added several missing Torghast bosses to the list of NPCs counting for Sturdy Silver Mawrat Harness + +----- + **r715:** Additions: @@ -48,32 +72,3 @@ Developer Notes: Contributors (in alphabetical order): > Tommy Godejord - ------ - -**r712:** - -Additions: -> Added tracking for Gilded Darknight - -Fixes: -> The main window should again be rendered properly (previously broken by patch 9.1.5 API changes) - -Contributors (in alphabetical order): -> Tommy Godejord - ------ - -**r711:** - -Additions: -> Added tracking for Adamant Vaults Cell - -Changes: -> The mini map button is now displayed by default, to hopefully improve the experience for first-time users - -Fixes: -> Fixed an issue that prevented item information being displayed in the game tooltip for items using the ZONE (zonewide) detection method - -Contributors (in alphabetical order): -> Tommy Godejord diff --git a/Changes.lua b/Changes.lua index 2ded3159..925e847a 100644 --- a/Changes.lua +++ b/Changes.lua @@ -1,4 +1,15 @@ local changes = { + ["r717"] = { + fixes = { "Fixed script errors caused by API changes in patch 10.0" }, + changes = { "Tooltip additions should now also work for items in the quest log" }, + contributors = { "Patrick Borgogno", "Tommy Godejord" }, + }, + ["r716"] = { + additions = { "Added defeat detection data for Mythic-difficulty Legion raids" }, + fixes = { + "Added several missing Torghast bosses to the list of NPCs counting for Sturdy Silver Mawrat Harness", + }, + }, ["r715"] = { additions = { "Added tracking for various collectibles obtained in Zereth Mortis" }, fixes = { "Fixed the attempts detection for Skull of Corruption" },