diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index e65948ab7..fa187a7cd 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.14.0-beta.1 (Unreleased) +## 1.14.0-beta.1 (2024-08-01) ### Features Added @@ -12,8 +12,6 @@ - If customer code is using `Azure::Core::Context::ApplicationContext`, the customer should instead create their own root context object which is used wherever the customer would have previously used `Azure::Core::Context::ApplicationContext`, i.e. `Azure::Core::Context(deadline)` instead of `Azure::Core::Context::ApplicationContext.WithDeadline(deadline)`. -### Bugs Fixed - ### Other Changes - [[#5851]](https://github.com/Azure/azure-sdk-for-cpp/pull/5851) Remove unneeded `` includes. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_)