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.
This commit is contained in:
Ahson Khan 2024-05-16 12:02:50 -07:00 committed by GitHub
parent 5d3f95535a
commit 741a71ceee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

1
.vscode/cspell.json vendored
View File

@ -89,6 +89,7 @@
"Contoso",
"countof",
"ctest",
"Curtiz",
"cuse",
"CUSEUAP",
"DCMAKE",

View File

@ -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