From cb022ebd672af2c3514805bae8c230a79af2bfef Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Wed, 24 Jul 2024 16:25:02 -0500 Subject: [PATCH] Revert adding entry to `CHANGELOG.next.toml` --- CHANGELOG.next.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index fe5f743d57..46a2722a42 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -22,11 +22,3 @@ message = "Fix incorrect redaction of `@sensitive` types in maps and lists." references = ["smithy-rs#3765", "smithy-rs#3757"] meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" } author = "landonxjames" - -[[smithy-rs]] -message = """ -Add initial support for [the Smithy RPC v2 CBOR protocol](https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html) both on the client and on the server. The remaining work, including event streams, is being tracked under [this umbrella issue](https://github.com/smithy-lang/smithy-rs/issues/3573). -""" -references = ["smithy-rs#2544", "smithy-rs#3767"] -meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } -author = ["david-perez", "jjant", "ysaito1001"]