Skip to content

Commit

Permalink
Merge pull request #751 from WowRarity/changelog-update-r735
Browse files Browse the repository at this point in the history
Update the changelog for r734 and r735
  • Loading branch information
rdw-software authored Aug 23, 2024
2 parents 73697b0 + 75d31f6 commit 475fb28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**r734:**
**r735:**

Fixes:
> Improved performance for tooltip hooks
Additions:
> Added a number of TWW collectibles to the database (the drop rates are placeholders)
Contributors (in alphabetical order):
> Fillip H.
Changes:
> Replaced the Shadowlands category icon with a brighter version that should be easier to see
10 changes: 9 additions & 1 deletion Changes.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
local changes = {
["r735"] = {
additions = {
"Added a number of TWW collectibles to the database (the drop rates are placeholders)",
},
changes = {
"Replaced the Shadowlands category icon with a brighter version that should be easier to see",
},
},
["r734"] = {
fixes = {
"Improved performance for tooltip hooks",
},
contributors = { "Fillip H." },
contributors = { "Fillip H.", "DakJaniels" },
},
["r733"] = {
fixes = {
Expand Down

0 comments on commit 475fb28

Please sign in to comment.