diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 5df921107a5..302602bc54c 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -142,3 +142,9 @@ An example from the SDK is in [transcribe streaming](https://github.com/awslabs/ references = ["smithy-rs#1157"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "82marbag" + +[[smithy-rs]] +message = "Support @deprecated trait for aggregate shapes" +references = ["smithy-rs#1570"] +meta = { "breaking" = true, "tada" = true, "bug" = false } +author = "weihanglo"