diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index b98d4e257022..2d4aaf357073 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -14,6 +14,7 @@ ### Bugs Fixed * Fixed an issue that could cause some ARM RPs to not be automatically registered. +* Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive. ### Other Changes @@ -28,8 +29,6 @@ ### Bugs Fixed * Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span. -* Fix default HTTP transport to work in WASM modules. -* Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive. ### Other Changes