From 8b99993faa70bb6dd6f270234901742526e364fd Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 2 Feb 2026 19:57:07 +1100 Subject: [PATCH] docs: Add changelog entry for #4925 Fix race condition causing TypeError during page reload. Co-Authored-By: Claude Opus 4.5 --- v3/UNRELEASED_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 69e114900..68bdf84e1 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -27,6 +27,7 @@ After processing, the content will be moved to the main changelog and this file - Fix potential panic when setting empty icon or bitmap on Linux (#4923) by @ddmoney420 - Fix ErrorDialog crash when called from service binding on macOS (#3631) by @leaanthony - Make menus to be displayed on Windows OS in `v3\examples\dialogs` by @ndianabasi +- Fix race condition causing TypeError during page reload (#4872) by @ddmoney420 ## Deprecated