diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 0f3306f37..5ce471466 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -86,6 +86,7 @@ "centralus", "centraluseuap", "Chelnokov", + "chewi", "Chukwu", "cmake", "CMOCKA", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index b3a84ac34..1cefabf44 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -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