diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 2e342be3fbf..b69c322ab09 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using go-webview2 v0.1.17 to fix native webview2loader issue, by @leaanthony - 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) -- Windows 11 is now correctly identified in `wails doctor`, by @ronen25 +- Windows 11 is now correctly identified in `wails doctor`, [PR](https://github.com/wailsapp/wails/pull/3891) by [@ronen25](https://github.com/ronen25) ### Changed - Allow to specify macos-min-version externally. Implemented by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/3756)