Azure Core Feb2022 release changelog (#3307)

* Azure Core Feb2022 release changelog

* Update sdk/core/azure-core/CHANGELOG.md

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
This commit is contained in:
Victor Vazquez 2022-02-04 15:23:28 -08:00 committed by GitHub
parent 031696179b
commit 7bd640ae55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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