From 42def9729bc158e5e19bbde1f8f55ba0e1fbb0b3 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Thu, 5 Oct 2023 13:37:45 -0700 Subject: [PATCH] Add breaking changes to release notes (#21696) --- sdk/azcore/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index 82d6d6d8b6f7..b618676c59b6 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -13,6 +13,10 @@ * Added types `KeyCredentialPolicy` and `SASCredentialPolicy` to the `azcore/runtime` package. * Includes their respective constructor functions and options types. +### Breaking Changes +> These changes affect only code written against beta versions of `v1.8.0` +* The beta features for tracing and fakes have been omitted for this release. + ### Bugs Fixed * Fixed an issue that could cause some ARM RPs to not be automatically registered.