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.