Skip to content

Commit

Permalink
CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils89 committed Sep 18, 2024
1 parent 17b2fa6 commit 2d14dd2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
7.4.1
FIXES
- Fix new font settings
- fix LSM with new fonts
7.5.0
NEW
- Add option to shorten values, like health values or damage text

FIXES
- Fix new font settings
- fix LSM with new fonts

7.4.0
NEW
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG_NEW_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
7.4.1
FIXES
- Fix new font settings
- fix LSM with new fonts
7.5.0
NEW
- Add option to shorten values, like health values or damage text

FIXES
- Fix new font settings
- fix LSM with new fonts

7.4.0
NEW
Expand Down
3 changes: 2 additions & 1 deletion changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ AddChange(string addonVersion, table changeList)
]]


addChange("7.4.1",{
addChange("7.5.0",{
{ct.feature, [=[Add option to shorten values, like health values or damage text]=]},
{ct.bug, [=[Fix new font settings]=]},
{ct.bug, [=[fix LSM with new fonts]=]},
})
Expand Down

0 comments on commit 2d14dd2

Please sign in to comment.