Update v2.1.0 release notes

This commit is contained in:
Lea Anthony
2022-10-26 08:19:46 +11:00
parent 00864fa14f
commit 6a12d01624
+3
View File
@@ -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