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
This commit is contained in:
Ahson Khan 2023-03-02 12:06:00 -08:00 committed by GitHub
parent 4c22ce6ab0
commit c8b028dce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
.vscode/cspell.json vendored
View File

@ -1,5 +1,5 @@
{
"version": "0.1",
"version": "0.2",
"language": "en",
"languageId": "cpp",
"dictionaries": [

View File

@ -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
- Initial release