diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 1d739ec1a0..a168393287 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -24,13 +24,13 @@ meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"} author = "landonxjames" [[aws-sdk-rust]] -message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types doen not require directly depending on `aws-smithy-runtime-api`." +message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`." references = ["smithy-rs#3591"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "ysaito1001" [[smithy-rs]] -message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types doen not require directly depending on `aws-smithy-runtime-api`." +message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`." references = ["smithy-rs#3591"] meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } author = "ysaito1001"