From e34dbde4b585ef346be3f65a7903ced892c68105 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 21 Feb 2024 10:40:36 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.next.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 40806d16b0..bf5c3a34ae 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -24,7 +24,7 @@ meta = { "bug" = false, "breaking" = false, tada = false } author = "rcoh" [[smithy-rs]] -message = "Add Body http-body-1.0 implementation to SdkBody." +message = "[`SdkBody`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/body/struct.SdkBody.html) now implements the 1.0 version of the `http_body` trait." references = ["smithy-rs#3365", "aws-sdk-rust#1046"] -meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } +meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } author = "cayman-amzn"