From 1ace002b9221e21979806fc48f888c239e21f702 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 21 Feb 2024 13:00:16 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b68ed55..2186df10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 8.21.1 (unreleased) ### Implementation changes and bug fixes - [PR #1693](https://github.com/rqlite/rqlite/pull/1693): Use built-in `max` function for Commit Index _sync_ check. -- [PR #1694](https://github.com/rqlite/rqlite/pull/1694): Correct output of `readyz` when using _sync_ flag. +- [PR #1694](https://github.com/rqlite/rqlite/pull/1694): Correct output of `/readyz` when using _sync_ flag. ## 8.21.0 (February 21st 2024) This release enhances the `/readyz` check, giving you more information about node readiness. See [the documentation](https://rqlite.io/docs/guides/monitoring-rqlite/#readiness-checks) for more details.