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:
parent
06c0159137
commit
146460ec5a
4
.vscode/cspell.json
vendored
4
.vscode/cspell.json
vendored
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user