From 32e774f2ed5a3fa00b52a920a3c23f36db699f44 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 17 Jan 2024 13:21:13 -0800 Subject: [PATCH] Changelog entry for winhttp bug fix (#5277) * Changelog entry for winhttp bug fix * Updated changelog with further suggestions --- sdk/core/azure-core/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 7d8dad5c1..2fab57c9b 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -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