From 5dba78eaa32cd664d3d26ad45e33352560f2eda3 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 29 Apr 2022 21:23:56 +0000 Subject: [PATCH] Fix-up the changelog entry link for the curtransportoption bug fix (#3598) --- 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 95428a500..55f1df557 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -10,7 +10,7 @@ ### Bugs Fixed -- Updated field type `CurlTransportOptions.Proxy` from `std::string` to `Azure::Nullable`. This change allow to se an empty string to make libcurl ignore proxy settings from environment [](https://github.com/Azure/azure-sdk-for-cpp/issues/3537). +- [[#3537]](https://github.com/Azure/azure-sdk-for-cpp/issues/3537) Updated field type `CurlTransportOptions.Proxy` from `std::string` to `Azure::Nullable`. This change allow to se an empty string to make libcurl ignore proxy settings from environment. - [[#3548]](https://github.com/Azure/azure-sdk-for-cpp/issues/3548), [[#1098]](https://github.com/Azure/azure-sdk-for-cpp/issues/1098) Improve performance of the Http transport on Windows by reusing the same session handle across all requests. ### Other Changes