diff --git a/CHANGELOG.md b/CHANGELOG.md index ce192fa..838afe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Add `sync_standby` as a valid replica type for `cluster_has_replica`. (contributed by @mattpoel) * Add a new service `cluster_has_scheduled_action` to warn of any scheduled switchover or restart. +* Add options to `node_is_replica` to check specifically for a synchronous (`--is-sync`) or asynchronous node (`--is-async`). ### Fixed