Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Nov 21, 2023
1 parent af2c2ca commit 4539c24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/compiler",
"comment": "Fix: Union variant are now assignable to the parent union",
"type": "none"
}
],
"packageName": "@typespec/compiler"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/openapi3",
"comment": "Handle: union variants as discriminator",
"type": "none"
}
],
"packageName": "@typespec/openapi3"
}

0 comments on commit 4539c24

Please sign in to comment.