From 92dfef14f560cc8796fe6ab5e107946b76bef71e Mon Sep 17 00:00:00 2001 From: Manuel Sugawara Date: Wed, 16 Oct 2024 07:31:16 -0700 Subject: [PATCH] Fix typos Co-authored-by: Kevin Stich --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53f7dc97cc..30738ef9bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ### Bug Fixes * Fixed trait codegen to properly support lists of enums (#2420) -* Fixed API Gateway compatibility by requiring an Accept header for RPCv2 requests (#2417) +* Update RPC v2 CBOR spec to require an Accept header for requests (#2417) * Changed prefix header tests to allow for empty headers (#2415) * Fixed open-API plugin to properly support effective documentation precedence (#2402) * Fixed a bug in the `SigV4` diff logic that assumed that the a service exists in the old operation (#2405)