From 18b31951ed8e1158b9838d00ea3a7e7d2ac9b83d Mon Sep 17 00:00:00 2001 From: Salman Date: Sun, 18 Jan 2026 14:54:09 +0100 Subject: [PATCH 1/2] Update code block range in howdoesitwork.mdx --- website/docs/howdoesitwork.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/howdoesitwork.mdx b/website/docs/howdoesitwork.mdx index bdfbcb278..405930492 100644 --- a/website/docs/howdoesitwork.mdx +++ b/website/docs/howdoesitwork.mdx @@ -235,7 +235,7 @@ var AllWeekdays = []struct { } ``` -```go {10-12} +```go {14-16} //... err := wails.Run(&options.App{ Title: "Basic Demo", From 99da531aad4e3a10cd90c84002237c0a3780d0ea Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 25 Jan 2026 12:11:23 +1100 Subject: [PATCH 2/2] docs: add changelog entry for PR #4884 Co-Authored-By: Claude Opus 4.5 --- website/src/pages/changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 7cb1bff2f..8cba2bb35 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed code block range in "How Does It Work?" documentation [#4884](https://github.com/wailsapp/wails/pull/4884) by @msal4 - Fixed WebView crash on macOS 26 (Tahoe) during rapid UI updates [#4592](https://github.com/wailsapp/wails/issues/4592) by @leaanthony - Updated menu reference docs with complete imports by @agilgur5 in [#4727](https://github.com/wailsapp/wails/pull/4727) and [#4742](https://github.com/wailsapp/wails/pull/4742) - Fixed menu reference syntax by @agilgur5 in [#4726](https://github.com/wailsapp/wails/pull/4726)