From 01722e246191a8c16287e84871499d9bfc89cac1 Mon Sep 17 00:00:00 2001 From: lbwexler Date: Sun, 5 Jan 2025 18:43:51 -0500 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b194487b..fe21bcb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,14 @@ ### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW - Hoist React update) -* Requires `hoist-react >= 71` to support enhanced Distributed Objects page. +* Requires `hoist-react >= 71` to support enhanced cluster state monitoring. ### 🎁 New Features * Added server-side APIs for the new Hoist React `ViewManager` component. Note this Hoist Core release will be required by `hoist-react >= 71`. -* `DistributedObjectAdminService` now compares certain `adminState` fields of distributed objects - between instances. Implement `BaseService.getComparisonFields()` to enumerate custom fields to - compare. +* New support tools for easily comparing state of objects (Hoist and Hazelcast native) across cluster. + Provide new `AdminState` interface to support this functionality. ## 26.0.0 - 2024-12-02