From 8f431aa31403fa09a8bd02df1d2c10e8c8b33b3e Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 24 Jul 2022 20:47:10 +1000 Subject: [PATCH] Add deprecation notice --- website/src/pages/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 2ee884a46..8da5e3747 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * docs: add MyNameIsAres as a contributor for doc by @allcontributors in https://github.com/wailsapp/wails/pull/1638 * Deprecate Fullscreen appoption by @acheong08 in https://github.com/wailsapp/wails/pull/1640 +## Deprecated + +* The `fullscreen` option is deprecated. Please + use [`WindowStartState`](https://wails.io/docs/reference/options#windowstartstate) instead. + ## New Contributors * @MyNameIsAres made their first contribution in https://github.com/wailsapp/wails/pull/1636