From caa586f7b7d8f45c427463143ad9e1ba7a68ed5c Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Thu, 7 Sep 2023 10:34:28 -0700 Subject: [PATCH] update changelog (#31977) --- sdk/core/azure-core/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 03baa905ad17..505e5fd12f83 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,6 +8,7 @@ - Fixed issue where IndexError was raised if multipart responses did not match the number of requests. #31471 - Fixed issue unbound variable exception if dict is invalid in CloudEvent.from_dict. #31835 - Fixed issue asyncBearerTokenCredentialPolicy is not backward compatible with SansIOHTTPPolicy. #31836 +- Fixed issue mypy complains with new version of azure-core. #31564 ## 1.29.3 (2023-08-22)