diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 7e1b9862cb..d44ebe909e 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -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"