From cbc09d1bca2c8d7fd4de8c3845c5c19b1b740258 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 8 Feb 2026 07:39:28 +1100 Subject: [PATCH] docs: add enum generation changelog entry (#4972) Co-Authored-By: Claude Opus 4.6 --- v3/UNRELEASED_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 7814bcfaa..4e3c4e912 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -18,6 +18,7 @@ After processing, the content will be moved to the main changelog and this file ## Added - Add `-tags` flag to `wails3 build` command for passing custom Go build tags (e.g., `wails3 build -tags gtk4`) (#4957) +- Add documentation for automatic enum generation in binding generator, including dedicated Enums page and sidebar navigation (#4972) ## Changed