From 125d2adb5ae43f5005caeb1fe8c42d88b8b50e5d Mon Sep 17 00:00:00 2001 From: Tom Tirapani Date: Fri, 13 Dec 2024 15:45:14 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7ff11d..7ea7d678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ ### 🎁 New Features -* `BaseController.runOnInstance` now performs the json serialization on the target instance. This - allows lighter-weight remote endpoint executions that do not require object serialization. +* `BaseController.runOnInstance` and `BaseController.runOnPrimary` now performs the json serialization on the + target instance. This allows lighter-weight remote endpoint executions that do not require object serialization. Applications must now provide a `ClusterJsonRequest` to this method rather than a `ClusterRequest` ### ⚙️ Technical