From 7973fbf0d1ff5a762f97dfe3c7c6ecf06fb69e44 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 23 Nov 2024 22:39:10 +1100 Subject: [PATCH] Update changelog.mdx --- website/src/pages/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index f5887542cb4..c77747fcf94 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed example for macOS menu by @takuyahara in [PR](https://github.com/wailsapp/wails/pull/3847) - Fixed typo by @takuyahara in [PR](https://github.com/wailsapp/wails/pull/3846) - Fixed incorrect TS definition of `WindowSetSize` by @leaanthony - +- Fixed data race in loglevel change by @leaanthony in [PR](https://github.com/wailsapp/wails/pull/3905) ### Changed - Allow to specify macos-min-version externally. Implemented by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/3756)