Skip to content

Commit

Permalink
Merge pull request #725 from WowRarity/changelog-update-r732
Browse files Browse the repository at this point in the history
Update the changelog for r732
  • Loading branch information
rdw-software authored Jun 8, 2024
2 parents 7f2331c + b229e2b commit 88d0d84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -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
<br>Pick Pocket should no longer cause duplicate attempts if there were multiple items in the loot window
6 changes: 6 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 88d0d84

Please sign in to comment.