From ec1aa1b9c84e4746f09e9af63a3bbf9b386fe21c Mon Sep 17 00:00:00 2001 From: Annie Liang <64233642+xinlian12@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:51:45 -0700 Subject: [PATCH] fix changelog (#31245) Co-authored-by: annie-mac --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index e3e6147c224bb..29b55da49e559 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -9,6 +9,9 @@ #### Bugs Fixed * Fixed a race condition that could result in a memory/thread leak for `BulkExecutor` instances (and their corresponding `cosmos-daemon-BulkExecutor-*` thread). - See [PR 31082](https://github.com/Azure/azure-sdk-for-java/pull/31082) +#### Other Changes +* Enable replica validation by default - See [PR 31159](https://github.com/Azure/azure-sdk-for-java/pull/31159) + ### 4.36.0 (2022-09-15) #### Other Changes