Changelog entry for winhttp bug fix (#5277)

* Changelog entry for winhttp bug fix

* Updated changelog with further suggestions
This commit is contained in:
Larry Osterman 2024-01-17 13:21:13 -08:00 committed by GitHub
parent 3bff843704
commit 32e774f2ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,12 @@
### Bugs Fixed
- [[#5154]](https://github.com/Azure/azure-sdk-for-cpp/issues/5154) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.
### Other Changes
- Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues.
## 1.11.0 (2024-01-11)
### Features Added