Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog for r732 #725

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading