From 817525c73023d9e4ece461ea18e117ef9eadeca7 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Wed, 1 Nov 2023 08:05:24 -0700 Subject: [PATCH] [Event Hubs] Processor Changelog (#39673) The focus of these changes is to update the processor changelog to reflect the logging change made yesterday in the core package that also applies --- sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md index 2e2506756e251..c27fc7fa09658 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md @@ -8,6 +8,8 @@ ### Bugs Fixed +- Fixed a parameter type mismatch in ETW #7 (ReceiveComplete) which caused the duration argument of the operation to be interpreted as a Unicode string and fail to render properly in the formatted message. + ### Other Changes ## 5.9.3 (2023-09-12)