diff --git a/mkdocs-website/docs/en/changelog.md b/mkdocs-website/docs/en/changelog.md index 139174598..7a045a86f 100644 --- a/mkdocs-website/docs/en/changelog.md +++ b/mkdocs-website/docs/en/changelog.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [darwin] add Event ApplicationShouldHandleReopen to able handle dock icon +- [darwin] add Event ApplicationShouldHandleReopen to be able to handle dock icon click by @5aaee9 in [#2991](https://github.com/wailsapp/wails/pull/2991) - [darwin] add getPrimaryScreen/getScreens to impl by @tmclane in [#2618](https://github.com/wailsapp/wails/pull/2618) diff --git a/mkdocs-website/docs/en/development/changes.md b/mkdocs-website/docs/en/development/changes.md index d5bbfd741..8a5377d63 100644 --- a/mkdocs-website/docs/en/development/changes.md +++ b/mkdocs-website/docs/en/development/changes.md @@ -1,6 +1,7 @@ # Changes for v3 -!!! note This is currently an unsorted brain dump of changes. It will be +!!! note + This is currently an unsorted brain dump of changes. It will be organised into a more readable format soon. ## Options diff --git a/mkdocs-website/docs/en/development/introduction.md b/mkdocs-website/docs/en/development/introduction.md index e2c8e89a1..6d5425aef 100644 --- a/mkdocs-website/docs/en/development/introduction.md +++ b/mkdocs-website/docs/en/development/introduction.md @@ -1,6 +1,7 @@ # Introduction -!!! note This guide is a work in progress. +!!! note + This guide is a work in progress. Thanks for wanting to help out with development of Wails! This guide will help you get started.