From 2b661821852ccbb72804bf4e0541496804ce4f7e Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:18:58 -0700 Subject: [PATCH] Add issue link for the fixed bug in the changelog (#5062) --- sdk/core/azure-core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 9dd11315b..747765f15 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -11,7 +11,7 @@ ### Bugs Fixed -- Some versions of GCC no longer include stdint.h in cstdint. +- [[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint. ### Other Changes