From 4c902f08ed64ea6809d860ab53e8075a7b87e0ab Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 1 May 2023 10:52:25 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174c2bcc..ae9a285f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Implementation changes and bug fixes - [PR #1239](https://github.com/rqlite/rqlite/pull/1239): Remove erroneous scaling factor from etcd and Consul reporting service. - [PR #1240](https://github.com/rqlite/rqlite/pull/1240): Add support for controlling and reading Store readiness. +- [PR #1241](https://github.com/rqlite/rqlite/pull/1241): Check Store is ready in key places. ## 7.15.1 (April 29th 2023) ### Implementation changes and bug fixes