Skip to content

Commit

Permalink
CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils89 committed Jun 28, 2024
1 parent 5b57f5d commit 37dbfd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG_NEW_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.8.0-Cata
NEW
- Added back enchant info to hero panel
FIXES
- Target frame floating combat text setting is now working

1.7.2-Cata
FIXES
- Extended Vendor setting is working again
Expand Down
7 changes: 6 additions & 1 deletion changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ local ct = {
}
GW.CHANGELOGS_TYPES = ct

addChange("1.8.0",{
{ct.feature ,[=[Added back enchant info to hero panel]=]},
{ct.bug ,[=[Target frame floating combat text setting is now working]=]},
})

addChange("1.7.2",{
{ct.bug ,[=[ Extended Vendor setting is working again]=]},
{ct.bug ,[=[Extended Vendor setting is working again]=]},
})

addChange("1.7.1",{
Expand Down

0 comments on commit 37dbfd7

Please sign in to comment.