Skip to content

Commit

Permalink
Add CHANGELOG.next.toml entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Feb 13, 2023
1 parent 30b3e3c commit 943b76e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,9 @@ message = "`aws_smithy_types::Error` has been renamed to `aws_smithy_types::erro
references = ["smithy-rs#76", "smithy-rs#2129"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "jdisanti"

[[smithy-rs]]
message = "Ensure the server side codegenerator creates valid code for services with no operations."
references = ["smithy-rs#2351"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "server"}
author = "hlbarber"

0 comments on commit 943b76e

Please sign in to comment.