Unverified Commit 49ec3046 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Update authors on WASM changes in changelog (#3449)

parents b20ae8ef 827444d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
authors = ["cayman-amzn", "rcoh"]