diff --git a/CHANGES.MD b/CHANGES.MD index 6f703946..5cf0c904 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,4 +1,5 @@ -**r731:** +**r732:** -Additions: -> Added support for Blizzard's addon compartment +Fixes: +> Implemented a more accurate (though not perfect) detection mechanism for Primal Storms +
Pick Pocket should no longer cause duplicate attempts if there were multiple items in the loot window diff --git a/Changes.lua b/Changes.lua index 5cd889d9..f5af4922 100644 --- a/Changes.lua +++ b/Changes.lua @@ -1,4 +1,10 @@ local changes = { + ["r732"] = { + fixes = { + "Implemented a more accurate (though not perfect) detection mechanism for Primal Storms", + "Pick Pocket should no longer cause duplicate attempts if there were multiple items in the loot window", + }, + }, ["r731"] = { additions = { "Added support for Blizzard's addon compartment",