From 90222e012db5581933cc70b49e4af2f096b5881e Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:20:56 +0200 Subject: [PATCH] docs: append Quest and LootRoll fixes to changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63537bd..a3fe037 100644 --- a/README.md +++ b/README.md @@ -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.