From 998603a0d63e70b5d1ca9fa5b7201e58aafa5bd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:47:35 +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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7f656526..91c6ddb3 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +#### 4.0.0-beta04 - May 10, 2026 + +- improve: surface schema description as XmlDoc on generated object and enum types (#419) +- improve: add `` XmlDoc tag for operation response descriptions (#420) +- test: add direct unit tests for XmlDoc module (+32 tests, 357→389) (#422) + #### 4.0.0-beta03 - May 1, 2026 - fix: handle `DateOnly` in `toParam` and `toQueryParams` for correct serialization (#393) From 3091c1578388230cc12e5e8f9dee22f5b1aab638 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 16:47:38 +0000 Subject: [PATCH 2/2] ci: trigger checks