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