Skip to content

Commit

Permalink
Update paginated trait /items breaking change rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored and JordonPhillips committed Dec 20, 2022
1 parent 3fab323 commit 2374f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ structure unstable {}
{change: "remove"},
{path: "/inputToken", change: "update"},
{path: "/outputToken", change: "update"},
{path: "/items", change: "any"},
{path: "/items", change: "any", severity: "NOTE"},
{path: "/pageSize", change: "update"},
{path: "/pageSize", change: "remove"},
]
Expand Down

0 comments on commit 2374f0f

Please sign in to comment.