From 136645c820a0b3d580381dffff9225b501de8fbc Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:59:18 -0800 Subject: [PATCH] Update changelog wording (#4262) * Update changelog for the Azurite fix * Update changelog wording * Update changelog wording * Add "Fixed ..." Co-authored-by: Ahson Khan * Added "courtesy of" wording * Spell checker update Co-authored-by: Anton Kolesnyk Co-authored-by: Ahson Khan --- .vscode/cspell.json | 1 + sdk/core/azure-core/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 4e384b708..625b44e0f 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -34,6 +34,7 @@ "ABFS", "ABNF", "Adls", + "ahojnnes", "Aloctl", "azcore", "azsdk", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 51ebbfecd..1550dfc64 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bugs Fixed -- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Azurite parallel connectivity problem. +- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Fixed connectivity issues which can occur if a TCP connection is dropped prematurely. (A community contribution, courtesy of _[ahojnnes](https://github.com/ahojnnes)_) ### Acknowledgments