Skip to content

Commit a897c77

Browse files
committed
Mention people who helped in release notes
1 parent 6342244 commit a897c77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/openapi_31_support.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ The generator will now attempt to generate code for OpenAPI documents with versi
1111
- `const` (defines `Literal` types)
1212

1313
The generator does not currently validate that the OpenAPI document is valid for a specific version of OpenAPI, so it may be possible to generate code for documents that include both removed 3.0 syntax (e.g., `nullable`) and new 3.1 syntax (e.g., `null` as a type).
14+
15+
Thanks to everyone who helped make this possible with discussions and testing, including:
16+
17+
- @frco9
18+
- @vogre
19+
- @naddeoa
20+
- @staticdev
21+
- @philsturgeon
22+
- @johnthagen

0 commit comments

Comments
 (0)