Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Apr 20, 2023
1 parent 5fb3cd8 commit 1cf561b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ author = "abusch"
[[smithy-rs]]
message = "Implement std::error::Error#source() properly for the service meta Error enum"
references = ["aws-sdk-rust#784"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
author = "abusch"

[[aws-sdk-rust]]
Expand All @@ -32,7 +32,7 @@ author = "jdisanti"
[[smithy-rs]]
message = "The outputs for event stream operations now implement the `Sync` auto-trait."
references = ["smithy-rs#2496"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "all"}
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "all" }
author = "jdisanti"

[[aws-sdk-rust]]
Expand All @@ -44,7 +44,7 @@ author = "eduardomourar"
[[smithy-rs]]
message = "Clients now compile for the `wasm32-unknown-unknown` and `wasm32-wasi` targets when no default features are enabled. WebAssembly is not officially supported yet, but this is a great first step towards it!"
references = ["smithy-rs#2254"]
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "client"}
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "client" }
author = "eduardomourar"

[[smithy-rs]]
Expand All @@ -56,7 +56,7 @@ author = "jdisanti"
[[smithy-rs]]
message = "Streaming operations now emit the request ID at the `debug` log level like their non-streaming counterparts."
references = ["smithy-rs#2495"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client"}
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" }
author = "jdisanti"

[[smithy-rs]]
Expand Down Expand Up @@ -144,3 +144,9 @@ message = "Add a sensitive method to `ParseHttpResponse`. When this returns true
author = "rcoh"
references = ["smithy-rs#2603"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }

[[smithy-rs]]
message = "The Debug implementation for PropertyBag now prints a list of the types it contains. This significantly improves debugability."
author = "rcoh"
references = ["smithy-rs#2612"]
meta = { "breaking" = false, "tada" = false, "bug" = false }

0 comments on commit 1cf561b

Please sign in to comment.