From 6a12d01624ba67c3222f2f0388c66d92b4a92c18 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 26 Oct 2022 08:05:57 +1100 Subject: [PATCH] Update v2.1.0 release notes --- website/src/pages/changelog.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 9b9cecf2..798fd50f 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v2.1.0 - 2022-10-18 +### Removed +* The `RGBA` option in `options.App` has now been removed. Use `BackgroundColour` instead. + ### Added * [Support for defaulting to No button in Windows dialogs](https://wails.io/docs/reference/runtime/dialog/#windows) - @leaanthony in https://github.com/wailsapp/wails/pull/1875 * Add missing resize for frameless window on Linux - @Lyimmi in https://github.com/wailsapp/wails/pull/1918