From 8b629e77ec36a1ff5d8ff3cef095165ebd6a9dc3 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Mon, 18 Sep 2023 09:15:05 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.next.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 73c59508ae..eb146026fc 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -150,3 +150,9 @@ message = "Fix regression with redacting sensitive HTTP response bodies." references = ["smithy-rs#2926", "smithy-rs#2972"] meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" } author = "ysaito1001" + +[[smithy-rs]] +message = "Source defaults from the default trait instead of implicitly based on type. This has minimal changes in the generated code." +references = ["smithy-rs#2985"] +meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" } +author = "rcoh"