Unverified Commit 7ea0c8ef authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Add missing changelog entry (#2937)

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 9943a1fe
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -58,3 +58,15 @@ message = "Logging via `#[instrument]` in the `aws_smithy_runtime::client::orche
references = ["smithy-rs#2934", "aws-sdk-rust#872"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ysaito1001"

[[aws-sdk-rust]]
message = "Fix `SDK::Endpoint` built-in for `@endpointRuleSet`."
references = ["smithy-rs#2935"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "jdisanti"

[[smithy-rs]]
message = "Fix `SDK::Endpoint` built-in for `@endpointRuleSet`."
references = ["smithy-rs#2935"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" }
author = "jdisanti"