Skip to content

Commit

Permalink
changelog: Support @deprecated trait
Browse files Browse the repository at this point in the history
Signed-off-by: Weihang Lo <[email protected]>
  • Loading branch information
weihanglo committed Jul 26, 2022
1 parent b8161d4 commit 3006aac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,9 @@ Add explicit cast during JSON deserialization in case of custom Symbol providers
references = ["smithy-rs#1520"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "crisidev"

[[smithy-rs]]
message = "Support @deprecated trait for aggregate shapes"
references = ["smithy-rs#1570"]
meta = { "breaking" = true, "tada" = true, "bug" = false }
author = "weihanglo"

0 comments on commit 3006aac

Please sign in to comment.