Update changelog with request ID (#2193)

Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
This commit is contained in:
82marbag 2023-01-10 12:06:11 -05:00 committed by GitHub
parent f75d4f9995
commit 81f435bee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -162,3 +162,9 @@ FIPS and dual-stack endpoints can each be configured in multiple ways:
Note: Not all services support FIPS and dual-stack.
"""
author = "rcoh"
[[smithy-rs]]
references = ["smithy-rs#2054"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "server" }
message = "Servers can generate a unique request ID and use it in their handlers."
author = "82marbag"