From 318dbf75652ea5e64ead13a38be218c4b3cd0bf1 Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Wed, 28 Feb 2024 10:28:09 -0800 Subject: [PATCH] Update authors on WASM changes in changelog --- CHANGELOG.next.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 4882c9d9bc..d3f524d40e 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -21,16 +21,16 @@ author = "jackkleeman" message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments" references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409", "aws-sdk-rust#59"] meta = { "breaking" = false, "tada" = true, "bug" = false } -author = "landonxjames" +authors = ["landonxjames", "eduardomourar"] [[smithy-rs]] message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments" references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "client"} -author = "landonxjames" +authors = ["landonxjames", "eduardomourar"] [[smithy-rs]] message = "[`SdkBody`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/body/struct.SdkBody.html) now implements the 1.0 version of the `http_body::Body` trait." references = ["smithy-rs#3365", "aws-sdk-rust#1046"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } -author = "cayman-amzn" \ No newline at end of file +author = "cayman-amzn"