diff --git a/docs/src/content/docs/learn/notifications.mdx b/docs/src/content/docs/learn/notifications.mdx index 8cb63646b..6cbb8da07 100644 --- a/docs/src/content/docs/learn/notifications.mdx +++ b/docs/src/content/docs/learn/notifications.mdx @@ -16,7 +16,7 @@ First, initialize the notifications service: ```go import "github.com/wailsapp/wails/v3/pkg/application" -import "github.com/wailsapp/wails/v3/services/notifications" +import "github.com/wailsapp/wails/v3/pkg/services/notifications" // Create a new notification service notifier := notifications.New() diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 35f18e1f7..c45f01297 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,6 +23,8 @@ After processing, the content will be moved to the main changelog and this file ## Fixed +- Fix the white window appearing on Windows when creating a hidden window by @leaanthony in [#4612](https://github.com/wailsapp/wails/pull/4612) +- Fix notifications package import path in documentation by @rxliuli in [#4617](https://github.com/wailsapp/wails/pull/4617) - Fix drag-and-drop not working when using npm package @wailsio/runtime (#4489) by @leaanthony in #4616 ## Deprecated