From bf5dfd2d451d2ddcc339dc96c56e014c2e244573 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 21 Jul 2025 22:46:01 +1000 Subject: [PATCH] docs: add changelog entry for window close crash fix --- v3/UNRELEASED_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 8e4648038..b9df814b9 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,6 +23,7 @@ After processing, the content will be moved to the main changelog and this file ## Fixed +- Fix crash when closing window with pending async Go-bound function calls (#4353) ## Deprecated