diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index e5997d5d3..719b9cfe7 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -25,11 +25,11 @@ After processing, the content will be moved to the main changelog and this file ## Fixed +- 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 - 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 - - Fix incorrect output from binding generator tests by removing global state in the `Collector.IsVoidAlias()` method (#4941) by @fbbdev ## Deprecated