From 3f7ceddceb58675521c252407e59275a44ff101b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:26:47 +0000 Subject: [PATCH 1/2] docs: add 4.0.0-beta04 release notes entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7f656526..23d80ce8 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 4.0.0-beta04 - May 7, 2026 + +- improve: surface schema description as XmlDoc on generated object and enum types (#419) +- improve: add `` XmlDoc tag for operation response descriptions (+4 tests) (#420) +- test: add direct unit tests for XmlDoc module (+32 tests, 357→389) (#422) +- eng: bump Microsoft.OpenApi and YamlReader 2.7.3 → 2.7.4 (#416) + #### 4.0.0-beta03 - May 1, 2026 - fix: handle `DateOnly` in `toParam` and `toQueryParams` for correct serialization (#393) From a97ef7bc4b46e8582e172de6f54f3db184395138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 03:26:49 +0000 Subject: [PATCH 2/2] ci: trigger checks