docs: add v1.4.4r1 changelog entry for WotLKDB taint fix

This commit is contained in:
Xurkon
2026-03-21 09:26:51 -05:00
parent 8825e6fa66
commit 4054341199
2 changed files with 184 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v1.4.4r1 — WotLKDB Global Namespace Taint Fix
- **[Taint Fix]** Resolved `ADDON_ACTION_BLOCKED` errors caused by `Questie-X-WotLKDB` leaving tainted global variables in `_G` after initialization. `QuestieInit._pullGlobal` now sets `_G[globalName] = nil` immediately after copying each WotLKDB table reference into `QuestieDB`, removing the taint vector while keeping all data fully accessible through `QuestieDB`.
## v1.4.4 — AceGUI Pool & Event Handling Fixes
- **[AceGUI Fix]** Fixed `Compat/embeds.xml` to load Wrath-compatible Ace library versions from `Libs/` (AceGUI-3.0 v34, AceConfigDialog-3.0 v66) instead of newer versions from `..\Libs/` that caused widget pool corruption.