docs: append Quest and LootRoll fixes to changelog

This commit is contained in:
Bluewhale1337
2026-07-27 10:20:56 +02:00
parent 175f0b6f0b
commit 90222e012d
+2
View File
@@ -6,6 +6,8 @@
# This repository is actively being fixed and maintained by Bluewhale.
## Changelog
- **Fix:** Resolved `attempt to index global QuestInfoRequiredMoneyText` crash in Quest frame by adding Vanilla WoW fallback.
- **Fix:** Resolved `attempt to call global ChatEdit_InsertLink` crash in LootRoll frame by using `ChatFrameEditBox:Insert` fallback.
- **Fix:** Fixed global ID Lua 5.0 varargs crash across all Tooltip functions.
- **Fix:** Fixed a Lua 5.0 syntax error in `AceConfigDialog-3.0.lua` where the `#` length operator was used instead of `table.getn`, preventing ElvUI_Config from loading.
- **Fix:** Fixed nil ID formatting crash in Tooltip's SetHyperlink.