From a741b567760c01c74eeccf78ee5fbe0cdd3709c7 Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 13 Nov 2023 00:14:12 +0100 Subject: [PATCH] Repo: Updated the changelog for r726 --- CHANGES.MD | 14 +++++--------- Changes.lua | 8 ++++++++ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGES.MD b/CHANGES.MD index 1f4ea1ab..b59cd8f2 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,13 +1,9 @@ -**r725:** +**r726:** Additions: -> Added a new option for toggling the scrolling debug window to Blizzard's keybinding UI -
Added tracking for Arfus (Hallow's End 2023 update) - -Fixes: -> Fixed an issue that would cause the achievement-style popup to always be shown when looting a class-specific item -
Duplicate attempts should no longer be added when using Engineering on Arachnoid Harvester -
Fixed tracking for The Horseman's Reins (Hallow's End 2023 update) +> Added tracking for Box of Rattling Chains +
Added tracking for Sunreaver Micro-Sentry +
Added initial tracking for 10.2.0 collectibles Contributors (in alphabetical order): -> Alexander Stavitsky (astavitsky) +> cyriun diff --git a/Changes.lua b/Changes.lua index c67d268e..d3680aef 100644 --- a/Changes.lua +++ b/Changes.lua @@ -1,4 +1,12 @@ local changes = { + ["r726"] = { + additions = { + "Added tracking for Box of Rattling Chains", + "Added tracking for Sunreaver Micro-Sentry", + "Added initial tracking for 10.2.0 collectibles", + }, + contributors = { "cyriun" }, + }, ["r725"] = { additions = { "Added a new option for toggling the scrolling debug window to Blizzard's keybinding UI",