From c4ba6ffd3177acf56d53628c40d6f3cb04703f2b Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Thu, 17 Aug 2023 18:36:11 -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 e0ea56e68..a919c63d5 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -34,3 +34,15 @@ message = "Fix requests to S3 with `no_credentials` set." references = ["smithy-rs#2907", "aws-sdk-rust#864"] meta = { "breaking" = false, "tada" = false, "bug" = true } author = "jdisanti" + +[[aws-sdk-rust]] +message = "Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError`, which caused projects to fail to compile when upgrading." +references = ["smithy-rs#2931", "aws-sdk-rust#875"] +meta = { "breaking" = true, "tada" = false, "bug" = true } +author = "jdisanti" + +[[smithy-rs]] +message = "Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError` when generating code for orchestrator mode, which caused projects to fail to compile when upgrading." +references = ["smithy-rs#2931", "aws-sdk-rust#875"] +meta = { "breaking" = true, "tada" = false, "bug" = true, "target" = "client" } +author = "jdisanti" -- GitLab