diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 5423c80a8..f3671b012 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -9,12 +9,14 @@ ### Breaking Changes -- Remove `Context::CancelWhen()`. +- Removed `Context::CancelWhen()`. - Removed `LogClassification` and related functionality, added `LogLevel` instead. ### Bug Fixes - Fixed computation of the token expiration time in `BearerTokenAuthenticationPolicy`. +- Fixed compilation dependency issue for MacOS when consuming the SDK from VcPkg. +- Fixed support for sending requests to endpoints with a custom port within the url on Windows when using the WinHttp transport. ## 1.0.0-beta.5 (2021-02-02)