From 7982417480e21c54abcee34501a1f718382bc7e8 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 6 May 2021 13:18:37 -0700 Subject: [PATCH] Fix up wording in changelog for azure core (#2208) Addressing https://github.com/Azure/azure-sdk-for-cpp/pull/2200#discussion_r626994352 --- sdk/core/azure-core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index f1f1d8d6a..6073b77b0 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -14,7 +14,7 @@ ### Bug Fixes - Do not re-use a libcurl connection to same host but different port. -- Ensure uniqueness of Uuid on posix platforms. +- Ensure uniqueness of `Azure::Core::Uuid` on POSIX platforms. ## 1.0.0-beta.8 (2021-04-07)