Skip to content

Commit

Permalink
Repo: Updated the changelog for r718 (and r717)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Nov 16, 2022
1 parent 4c84c24 commit fe6d890
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
26 changes: 8 additions & 18 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**r718:**

Fixes:
> Fixed script errors caused by API changes in patch 10.0.2
-----

**r717:**

Changes:
Expand All @@ -9,6 +16,7 @@ Fixes:
Contributors (in alphabetical order):
> Patrick Borgogno
<br>Tommy Godejord
<br>teelolws
-----

Expand Down Expand Up @@ -54,21 +62,3 @@ Fixes:
Contributors (in alphabetical order):
> ithappenedagain
<br>Tommy Godejord
-----

**r713:**

Additions:
> Attempts for Reins of the Infinite Timereaver should now also accumulate in Legion Timewalking dungeons
<br>REVERTED: Added tracking for Illidari Doomhawk and Doomwalker Trophy Stand (17th anniversary)
<br>Added tracking for the convenant-specific toys added in patch 9.1.5 (obtained from Callings)
Fixes:
> Fixed an error in the spell detection that caused attempts for custom items using Pick Pocket to not be detected
Developer Notes:
> Blizzard hotfixed the anniversary drops to be guaranteed. As such they've been removed from Rarity again.
Contributors (in alphabetical order):
> Tommy Godejord
3 changes: 3 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
local changes = {
["r718"] = {
fixes = { "Fixed script errors caused by API changes in patch 10.0.2" },
},
["r717"] = {
fixes = { "Fixed script errors caused by API changes in patch 10.0" },
changes = { "Tooltip additions should now also work for items in the quest log" },
Expand Down

0 comments on commit fe6d890

Please sign in to comment.