Skip to content

Commit

Permalink
Update CHANGELOG.next.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Nov 28, 2022
1 parent 48ba5eb commit 2ed075b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,15 @@ message = "Make generated enum `values()` functions callable in const contexts."
references = ["smithy-rs#2011"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all" }
author = "lsr0"

[[aws-sdk-rust]]
message = "Implementation of the Debug trait for enums can redact what is printed per the sensitive trait."
references = ["smithy-rs#1983"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "ysaito1001"

[[smithy-rs]]
message = "Implementation of the Debug trait for enums can redact what is printed per the sensitive trait."
references = ["smithy-rs#1983"]
meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "all" }
author = "ysaito1001"

0 comments on commit 2ed075b

Please sign in to comment.