From c8b028dce071cd3ae582075a5063c875a4b49bad Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 2 Mar 2023 12:06:00 -0800 Subject: [PATCH] Follow-up to update changelog to reflect community contribution (#4393) * Follow-up to update changelog to reflect community contribution * Upgrade cspell version from 0.1 to 0.2 --- .vscode/cspell.json | 2 +- sdk/core/azure-core/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 0164a40f2..c76dbcf56 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -1,5 +1,5 @@ { - "version": "0.1", + "version": "0.2", "language": "en", "languageId": "cpp", "dictionaries": [ diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 145796da0..4ecb1b52a 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -15,7 +15,7 @@ ### Other Changes -- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/4352) Fixed compilation error on Visual Studio 2017. +- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/4352) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_) - Libcurl transport doesn't add `Content-Length` request header for GET/HEAD/DELETE requests anymore. ### Acknowledgments @@ -590,4 +590,4 @@ Thank you to our developer community members who helped to make Azure Core bette ## 1.0.0-beta.1 (2020-09-09) -- Initial release \ No newline at end of file +- Initial release