diff --git a/CHANGELOG.md b/CHANGELOG.md index 8122b07c32..2ba0debdb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * api: Added missing Raft index fields to `CatalogService` structure. [GH-2366] * api: Added missing notes field to `AgentServiceCheck` structure. [GH-2336] * api: Changed type of `AgentServiceCheck.TLSSkipVerify` from `string` to `bool`. [GH-2530] +* api: Added new `HealthChecks.AggregatedStatus()` method that makes it easy get an overall health status from a list of checks. [GH-2544] * ui: Fixed an issue where extra commas would be shown around service tags. [GH-2340] * ui: Customized Bootstrap config to avoid missing font file references. [GH-2485]