Acknowledge community contributions in the changelogs (#4919)

* Acknowledge customer contributions in the changelogs

* cspell

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-09-05 14:05:19 -07:00 committed by GitHub
parent 06c0159137
commit 146460ec5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 1 deletions

4
.vscode/cspell.json vendored
View File

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

View File

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

View File

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

View File

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