Skip to content

Commit

Permalink
CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils89 committed Jul 27, 2024
1 parent bcd8631 commit 3df16d0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
7.0.2
CHANGES
- Added self reading animation to immersive questing

FIXES
- Fix error handler
- Fix objective tracker action button handling
- Fix event objectives click functions
- Fix currency transfer taint error
- Fix ouf range indicator

7.0.1
FIXES
- First round of fixes
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG_NEW_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
7.0.2
CHANGES
- Added self reading animation to immersive questing

FIXES
- Fix error handler
- Fix objective tracker action button handling
- Fix event objectives click functions
- Fix currency transfer taint error
- Fix ouf range indicator

7.0.1
FIXES
- First round of fixes
Expand Down
9 changes: 9 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ AddChange(string addonVersion, table changeList)
}
]]

addChange("7.0.2",{
{ct.change, [=[Added self reading animation to immersive questing]=]},
{ct.bug, [=[Fix error handler]=]},
{ct.bug, [=[Fix objective tracker action button handling]=]},
{ct.bug, [=[Fix event objectives click functions]=]},
{ct.bug, [=[Fix currency transfer taint error]=]},
{ct.bug, [=[Fix ouf range indicator]=]},
})

addChange("7.0.1",{
{ct.bug, [=[First round of fixes]=]},
})
Expand Down

0 comments on commit 3df16d0

Please sign in to comment.