From 146460ec5ac9a9d43b23c32a6a044a32b04c0e9f Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:05:19 -0700 Subject: [PATCH] Acknowledge community contributions in the changelogs (#4919) * Acknowledge customer contributions in the changelogs * cspell --------- Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 4 ++++ sdk/core/azure-core/CHANGELOG.md | 10 ++++++++++ sdk/identity/azure-identity/CHANGELOG.md | 8 +++++++- sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md | 8 ++++++++ 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index fdb027c1f..85a6ee9ca 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -35,6 +35,7 @@ "!bahavior", "ABFS", "ABNF", + "adamdebreceni", "Adls", "ahojnnes", "Aloctl", @@ -95,6 +96,7 @@ "Jeremi", "jnyfah", "Kirilov", + "Kouhei", "lcov", "LIBCMTD", "Lohmann", @@ -149,6 +151,8 @@ "stoll", "stoull", "STREQ", + "Sutou", + "Tsirpanis", "uaenorth", "uamqp", "uksouth", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index a11b7ba43..ad7503fb1 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -10,6 +10,16 @@ ### Other Changes +- SDK consumption documentation improvement. (A community contribution, courtesy of _[kou](https://github.com/kou)_) +- Fixed GCC 13 compilation error. (A community contribution, courtesy of _[adamdebreceni](https://github.com/adamdebreceni)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- Sutou Kouhei _([GitHub](https://github.com/kou))_ +- adamdebreceni _([GitHub](https://github.com/adamdebreceni))_ + ## 1.10.2 (2023-08-04) ### Bugs Fixed diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 2cae37104..8efd8c4c0 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -8,7 +8,13 @@ ### Bugs Fixed -- [[#4084]](https://github.com/Azure/azure-sdk-for-cpp/issues/4084) Remove OpenSSL dependency on Windows. +- [[#4084]](https://github.com/Azure/azure-sdk-for-cpp/issues/4084) Remove OpenSSL dependency on Windows. (A community contribution, courtesy of _[teo-tsirpanis](https://github.com/teo-tsirpanis)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release: + +- Theodore Tsirpanis _([GitHub](https://github.com/teo-tsirpanis))_ ### Other Changes diff --git a/sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md b/sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md index 5d55ff36d..976eeae1a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md +++ b/sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md @@ -10,6 +10,14 @@ ### Other Changes +- Fixed GCC 13 compilation error. (A community contribution, courtesy of _[adamdebreceni](https://github.com/adamdebreceni)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Key Vault Keys better with their contributions to this release: + +- adamdebreceni _([GitHub](https://github.com/adamdebreceni))_ + ## 4.4.0 (2023-05-09) ### Features Added