diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 0a07a4294fb..a856f1805df 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -11,18 +11,6 @@ # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} # author = "rcoh" -[[smithy-rs]] -message = "The `Debug` implementation for `PropertyBag` now prints a list of the types it contains. This significantly improves debuggability." -author = "rcoh" -references = ["smithy-rs#2612"] -meta = { "breaking" = false, "tada" = false, "bug" = false } - -[[smithy-rs]] -message = "Implement `Ord` and `PartialOrd` for `DateTime`." -author = "henriiik" -references = ["smithy-rs#2653", "smithy-rs#2656"] -meta = { "breaking" = false, "tada" = false, "bug" = false } - [[aws-sdk-rust]] message = "Remove native-tls and add a migration guide." author = "82marbag" @@ -48,7 +36,7 @@ meta = { "breaking" = false, "tada" = false, "bug" = true } author = "ysaito1001" [[aws-sdk-rust]] -message = "The SigningInstructions in the aws-sigv4 module are now public. This allows them to be named in a function signature." +message = "The `SigningInstructions` in the `aws-sigv4` module are now public. This allows them to be named in a function signature." references = ["smithy-rs#2730"] author = "cholcombe973" -meta = { "breaking" = false, "tada" = false, "bug" = false } +meta = { "breaking" = false, "tada" = false, "bug" = true }