From 7bd640ae55ceda9ea31db1cc611a177ade55325f Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Fri, 4 Feb 2022 15:23:28 -0800 Subject: [PATCH] Azure Core Feb2022 release changelog (#3307) * Azure Core Feb2022 release changelog * Update sdk/core/azure-core/CHANGELOG.md Co-authored-by: Ahson Khan Co-authored-by: Ahson Khan --- sdk/core/azure-core/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 415b38a47..829264ecf 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.4.0-beta.1 (Unreleased) +## 1.4.0-beta.1 (2022-02-04) ### Features Added @@ -16,8 +16,6 @@ - Fixed `Azure::DateTime::Parse()` validation if the result is going to exceed `9999-12-31T23:59:59.9999999` due to time zone, leap second, or fractional digits rounding up adjustments. - [[#3224]](https://github.com/Azure/azure-sdk-for-cpp/issues/3224) Fixed intermittent crash on macOS when logging is turned on. -### Other Changes - ## 1.3.1 (2021-11-05) ### Bugs Fixed