diff --git a/CHANGES.MD b/CHANGES.MD
index a745de5d..b1a13bdb 100644
--- a/CHANGES.MD
+++ b/CHANGES.MD
@@ -1,3 +1,10 @@
+**r718:**
+
+Fixes:
+> Fixed script errors caused by API changes in patch 10.0.2
+
+-----
+
**r717:**
Changes:
@@ -9,6 +16,7 @@ Fixes:
Contributors (in alphabetical order):
> Patrick Borgogno
Tommy Godejord
+
teelolws
-----
@@ -54,21 +62,3 @@ Fixes:
Contributors (in alphabetical order):
> ithappenedagain
Tommy Godejord
-
------
-
-**r713:**
-
-Additions:
-> Attempts for Reins of the Infinite Timereaver should now also accumulate in Legion Timewalking dungeons
-
REVERTED: Added tracking for Illidari Doomhawk and Doomwalker Trophy Stand (17th anniversary)
-
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
diff --git a/Changes.lua b/Changes.lua
index 7a1e94b6..0e0b4ec5 100644
--- a/Changes.lua
+++ b/Changes.lua
@@ -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" },