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