diff --git a/mkdocs-website/shared/status.csv b/mkdocs-website/shared/status.csv index 161829a2cdc..343e89a1216 100644 --- a/mkdocs-website/shared/status.csv +++ b/mkdocs-website/shared/status.csv @@ -4,7 +4,7 @@ build,:material-check-bold:,:material-check-bold:," " clipboard,:material-check-bold:,:material-check-bold:,:material-check-bold: context menus,:material-check-bold:,:material-check-bold:,:material-check-bold: dialogs,:material-minus:,:material-check-bold:," " -drag-n-drop,:material-check-bold:,:material-close:," " +drag-n-drop,:material-check-bold:,:material-check-bold:," " events,:material-check-bold:,:material-check-bold:," " frameless,:material-check-bold:,:material-check-bold:," " keybindings,:material-check-bold:,:material-check-bold:," " diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 76ae0e3a76a..f62fcbe969b 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - AssetServer requests are now processed concurrently by spawning a goroutine per request. Changed by @stffabi in [PR](https://github.com/wailsapp/wails/pull/2926) - Now building with `-devtools` flag doesn't enable the default context-menu. Changed by @mmghv in [PR](https://github.com/wailsapp/wails/pull/2923) - Change Window Level. Changed by @almas1992 in [PR](https://github.com/wailsapp/wails/pull/2944) +- Set drag-n-drop for windows to working. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/3039) + #### Fixed - Fixed typo on docs/reference/options page. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/2887)