diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c900ccf0..1ece08da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ### Changes ### - * [Objective Tracker]: Try to avoid a C-Stack error with Windtools enabled - * [Mail]: Fix a typo - * [TradeTabs]: Bring back Trade Tabs - * [Skins]: Add skin for RaidUtility - * [Cooldown Flash]: Use now the correct API's - * [Rectangle Minimap]: Some backdrop tweaks + * [Armory]: Fix an issue with the Lvl not updating correctly + * [World Map]: Update Map Reveal, it seems still to be a bit borked >.> + * [TomTom Profile]: Added a Profile for TomTom (needs to be selected manually) + * [Chat]: Removed chat filter + * [Auctionator Skin]: Update Skin + * [Layout]: Small position updates to some elements diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.25.lua b/ElvUI_MerathilisUI/Core/Changelog/6.25.lua index 4c86c7f94..34d247875 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.25.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.25.lua @@ -2,7 +2,16 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[625] = { RELEASE_DATE = "TBD", - FIXES = {}, - NEW = {}, - IMPROVEMENTS = {}, + FIXES = { + "[Armory]: Fix an issue with the Lvl not updating correctly", + "[World Map]: Update Map Reveal, it seems still to be a bit borked >.>", + }, + NEW = { + "[TomTom Profile]: Added a Profile for TomTom (needs to be selected manually)", + }, + IMPROVEMENTS = { + "[Chat]: Removed chat filter", + "[Auctionator Skin]: Update Skin", + "[Layout]: Small position updates to some elements", + }, }