From 8fdb1fcd57e895db3d69dadf602c620cced917d6 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:11:08 -0700 Subject: [PATCH] Azure Core August Beta Release (#5858) Co-authored-by: Anton Kolesnyk --- 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 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)_)