From 7ea0c8efd69ac7f781db99e64f9799fcf4ae489f Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Tue, 22 Aug 2023 10:53:54 -0700 Subject: [PATCH] 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._ --- CHANGELOG.next.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 5559e0198..3b8d5fe80 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -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" -- GitLab