Skip to content

Commit 317ecaf

Browse files
authored
Merge pull request #863 from WowRarity/changelog-update-r742
Update the changelog for r742-release
2 parents cb69fa0 + 7bcbf60 commit 317ecaf

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGES.MD

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
**r741:**
1+
**r742:**
22

33
Additions:
4-
> Added 3/4 Undermine paragon mounts to the database
5-
<br>Enabled defeat detection for Darkfuse Spy-Eye
6-
7-
Changes:
8-
> The options module can now be loaded directly from within the settings menu
4+
> Enabled defeat detection for Beledar's Spawn and Regurgitated Mole Reins
95
106
Fixes:
11-
> Attempts for Wick's Lead should be detected in Mythic keystone dungeons
12-
<br>Rarity's options should always be accessible from Blizzard's settings UI, without needing to be opened manually first
7+
> Rarity's tooltip additions should once again be displayed for container items
8+
<br>Disabling the tooltip additions should work as expected for items, and not just units
139
1410
Contributors (in alphabetical order):
15-
> Ellezanor

Changes.lua

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
local changes = {
2+
["r742"] = {
3+
additions = {
4+
"Enabled defeat detection for Beledar's Spawn and Regurgitated Mole Reins",
5+
},
6+
fixes = {
7+
"Rarity's tooltip additions should once again be displayed for container items",
8+
"Disabling the tooltip additions should work as expected for items, and not just units",
9+
},
10+
contributors = {},
11+
},
212
["r741"] = {
313
additions = {
414
"Added 3/4 Undermine paragon mounts to the database",

0 commit comments

Comments
 (0)