From 741a71ceeeb82959d76dd05afa7985394090b305 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 16 May 2024 12:02:50 -0700 Subject: [PATCH] Update core changelog with attribution for a curl endless loop bug fix. (#5626) * Update core changelog with attribution for a curl endless loop bug fix. * Update cspell for contributor github alias. * Fix typo in json, add a comma. --- .vscode/cspell.json | 1 + sdk/core/azure-core/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 7dc61328e..69681c3d3 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -89,6 +89,7 @@ "Contoso", "countof", "ctest", + "Curtiz", "cuse", "CUSEUAP", "DCMAKE", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index df9e2c683..83b3b0d58 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,8 +8,16 @@ ### Bugs Fixed +- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_) + ### Other Changes +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- Anton Popov _([GitHub](https://github.com/CurtizJ))_ + ## 1.12.0 (2024-05-09) ### Bugs Fixed