diff --git a/CHANGES.MD b/CHANGES.MD index 4acafbfd..d571407a 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -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 diff --git a/Changes.lua b/Changes.lua index 6c4d6e3a..0e4eca0f 100644 --- a/Changes.lua +++ b/Changes.lua @@ -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 = {