From 5f6baa60b80bc002eadec51c65f2f92725dfc309 Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Wed, 11 Oct 2023 10:29:34 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.next.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 8eb793b8067..072b0737457 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -323,3 +323,15 @@ For more information, see the [guide](https://github.com/awslabs/smithy-rs/discu references = ["smithy-rs#2417", "smithy-rs#3018"] meta = { "breaking" = true, "tada" = true, "bug" = false } author = "Velfi" + +[[aws-sdk-rust]] +message = "The future return types on traits `EndpointResolver` and `IdentityResolver` changed to new-types `EndpointFuture` and `IdentityFuture` respectively." +references = ["smithy-rs#3055"] +meta = { "breaking" = true, "tada" = true, "bug" = true } +author = "jdisanti" + +[[smithy-rs]] +message = "The future return types on traits `EndpointResolver` and `IdentityResolver` changed to new-types `EndpointFuture` and `IdentityFuture` respectively." +references = ["smithy-rs#3055"] +meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "client" } +author = "jdisanti"