diff --git a/CHANGELOG.md b/CHANGELOG.md index aeae3c957..12a7fdbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ### Changes ### - * [MicroBar]: Fix a MicroBar Notification error" - * [WorldMap]: Try to avoid a mapCancvas error - * [Event Tracker]: Added Theater Troupe Event - * [AutoButtons]: Added a lot of new openable items - * [Context Memu]: Some code adjustments and improvements - * [Skins]: More updates to Delves and PlayerSpells skin + * [Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles + * [Delves Skin]: Fix the shadow + * [Announcement]: Added an missing event + * [Event Tracker]: New weekly events + * [MicroBar]: Updated friends counter on MicroBar + * [SuperTracker]: Now also supports mapIDs + * [AutoButtons]: Added more items diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.38.lua b/ElvUI_MerathilisUI/Core/Changelog/6.38.lua index 19b93bbf9..9d13037a8 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.38.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.38.lua @@ -1,8 +1,18 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[638] = { - RELEASE_DATE = "TBD", - FIXES = {}, - NEW = {}, - IMPROVEMENTS = {}, + RELEASE_DATE = "01.09.2024", + FIXES = { + "[Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles", + "[Delves Skin]: Fix the shadow", + "[Announcement]: Added an missing event", + }, + NEW = { + "[Event Tracker]: New weekly events", + }, + IMPROVEMENTS = { + "[MicroBar]: Updated friends counter on MicroBar", + "[SuperTracker]: Now also supports mapIDs", + "[AutoButtons]: Added more items", + }, } diff --git a/README.md b/README.md index 8e6eecb15..a562c95b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@