From b372b85f5b1f5b0e8c021d2b07ab198f9b1fe9cc Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Thu, 5 Jan 2023 08:40:22 -0800 Subject: [PATCH] Core January Release (#4219) * update changelog * Core January Release --- sdk/core/azure-core/CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index f57fa762e..cb1a917e5 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.8.0-beta.3 (Unreleased) +## 1.8.0-beta.3 (2023-01-05) ### Features Added @@ -9,11 +9,7 @@ ### Breaking Changes - Bearer token authentication will not work for endpoint URL protocol schemes other than `"https"`. This ensures token security and is consistent with the Azure SDKs for other languages. -- Removed `noexcept` specification from `Azure::DateTime::clock::now()`. - -### Bugs Fixed - -### Other Changes +- Removed `noexcept` specification from `Azure::DateTime::clock::now()`. ## 1.8.0-beta.2 (2022-11-03)