Acknowledge community contributions in Changelog (#6047)

* Acknowledge community contributions in Changelog

* Update cspell.json

* Update sdk/core/azure-core/CHANGELOG.md

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
This commit is contained in:
Anton Kolesnyk 2024-09-27 17:00:43 -07:00 committed by GitHub
parent 3fc099bfd0
commit 488b65e6a2
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

@ -86,6 +86,7 @@
"centralus",
"centraluseuap",
"Chelnokov",
"chewi",
"Chukwu",
"cmake",
"CMOCKA",

View File

@ -12,6 +12,14 @@
### Other Changes
- [[#6014]](https://github.com/Azure/azure-sdk-for-cpp/pull/6014), [[#6016]](https://github.com/Azure/azure-sdk-for-cpp/pull/6016) Fixes for Doxygen generation. (A community contribution, courtesy of _[chewi](https://github.com/chewi)_)
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- James Le Cuirot _([GitHub](https://github.com/chewi))_
## 1.14.0-beta.2 (2024-09-12)
### Features Added