From 7128231708c027a5a9891c3d3dc24b120f4feb68 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 3 Feb 2026 06:10:42 +1100 Subject: [PATCH] docs: add PR number and author to changelog entry --- v3/UNRELEASED_CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index d82198c9c..f44957f4d 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -25,7 +25,7 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fix JS/CSS options in WebviewWindowOptions not being executed when using URL navigation (not just HTML) +- Fix JS/CSS options in WebviewWindowOptions not being executed when using URL navigation (not just HTML) (#4888) by @leaanthony - Fix OpenFileDialog crash on Linux due to GTK thread safety violation (#3683) by @ddmoney420 - Fix SIGSEGV crash when calling `Focus()` on a hidden or destroyed window (#4890) by @ddmoney420 - Fix potential panic when setting empty icon or bitmap on Linux (#4923) by @ddmoney420