Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 4.0.0-beta04 - May 3, 2026

- improve: surface schema `description` as XmlDoc on generated object types and top-level named enum types (#419)
- improve: add `<returns>` XmlDoc tag for operation response descriptions when the success response has a description
- 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)
Expand Down
Loading