From 54d0784dad97f1392dd14438078936ebcff95cf7 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Thu, 18 Jul 2024 13:55:59 -0400 Subject: [PATCH] [Service Bus] Change log typo The focus of these changes is to fix a typo that collapsed bullet points into one item. --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index 665bdf5fe03ab..60fb1a83f3a04 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -26,7 +26,9 @@ Thank you to our developer community members who helped to make the Service Bus - Updated the `Microsoft.Azure.Amqp` dependency to 2.6.7, which contains a fix for decoding messages with a null format code as the body. -- Improved efficiency of subclient creation, reducing allocations when no explicit options are passed. - Fixed deserialization of the lock token to take into account endianness. _(A community contribution, courtesy of [martincostello](https://github.com/martincostello))_ +- Improved efficiency of subclient creation, reducing allocations when no explicit options are passed. + +- Fixed deserialization of the lock token to take into account endianness. _(A community contribution, courtesy of [martincostello](https://github.com/martincostello))_ ## 7.18.0-beta.1 (2024-05-08)