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)