Skip to content

Commit

Permalink
🚀 RELEASE: 6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Jul 27, 2024
1 parent 1c095bd commit a81ad44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Changes ###

* [Objective Tracker]: Fix copy & paste whoooopsiii
* [Announcement]: Added back some Options, whoooopppsiii
* [Objective Tracker]: A lot of work on the Objective Tracker. Thx fang2hou and Blinkii
* [Widget Skin]: Some gradient look on the Widget Skin
11 changes: 8 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.22.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[622] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "27.07.2024",
FIXES = {
"[Announcement]: Added back some Options, whoooopppsiii",
"[Objective Tracker]: A lot of work on the Objective Tracker. Thx fang2hou and Blinkii",
},
NEW = {},
IMPROVEMENTS = {},
IMPROVEMENTS = {
"[Widget Skin]: Some gradient look on the Widget Skin",
},
}

0 comments on commit a81ad44

Please sign in to comment.