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 r738 #794

Merged
merged 1 commit into from
Nov 1, 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
19 changes: 10 additions & 9 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
**r737:**

Additions:
> Added tracking for Writhing Transmutagen (Khaz Algar Thaumaturgy)
<br>Added tracking for TWW achievement rares

Fixes:
> Fixed an issue that would prevent attempts from being registered for Sureki Skyrazor
<br>Dracthyr Evokers should no longer see attempts for Fandral's Seed Pouch and Skull of Corruption
**r738:**

Additions:
> Added tracking for Classic Timewalking dungeons (Infinite Timereaver)

Fixes:
> Attempts for Malfunctioning Mechsuit should now be tracked in Mythic keystone dungeons

Contributors (in alphabetical order):
> DakJaniels
9 changes: 9 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
local changes = {
["r738"] = {
additions = {
"Added tracking for Classic Timewalking dungeons (Infinite Timereaver)",
},
fixes = {
"Attempts for Malfunctioning Mechsuit should now be tracked in Mythic keystone dungeons",
},
contributors = { "DakJaniels" },
},
["r737"] = {
additions = {
"Added tracking for Writhing Transmutagen (Khaz Algar Thaumaturgy)",
Expand Down