Skip to content

Commit e47e316

Browse files
authored
Acknowledge community contribution in the changelog (#5797)
* Mention community contribution in the changelog * cspell * Remove double spaces --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent fb6c039 commit e47e316

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.vscode/cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,13 @@
216216
"rehydrated",
217217
"Reitz",
218218
"retriable",
219+
"rschu",
219220
"rtti",
220221
"rwxrw",
221222
"sasia",
222223
"sbom",
223224
"Schonberger",
225+
"Schulze",
224226
"scus",
225227
"SDDL",
226228
"sdpath",

sdk/core/azure-core/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,31 @@
1414

1515
### Bugs Fixed
1616

17-
- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_)
17+
- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_)
1818

1919
### Other Changes
2020

2121
- Updated JSON library to 3.11.3.
22-
- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_)
22+
- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_)
23+
- [[#5766]](https://github.com/Azure/azure-sdk-for-cpp/pull/5766) Add missing include. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_)
2324

2425
### Acknowledgments
2526

2627
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
2728

2829
- Anton Popov _([GitHub](https://github.com/CurtizJ))_
2930
- AlexYue _([GitHub](https://github.com/ByteYue))_
31+
- Robert Schulze _([GitHub](https://github.com/rschu1ze))_
3032

3133
## 1.13.0-beta.1 (2024-06-06)
3234

3335
### Bugs Fixed
3436

35-
- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_)
37+
- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_)
3638

3739
### Other Changes
3840

39-
- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_)
41+
- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_)
4042
- [[#5515]](https://github.com/Azure/azure-sdk-for-cpp/issues/5515) Add a `ShouldRetry` virtual method to the retry policy to enable customization of service-specific retry logic.
4143

4244
### Acknowledgments

0 commit comments

Comments
 (0)