From 2fd836d3a909042fc621f5b2913e27d3e6a4d641 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 5 May 2023 10:30:48 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c982d2c7..78299a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - [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. - [PR #1248](https://github.com/rqlite/rqlite/pull/1248): Refactor autobackup and autorestore. +- [PR #1249](https://github.com/rqlite/rqlite/pull/1249): Retry certain cluster-client operations. ## 7.15.1 (April 29th 2023) ### Implementation changes and bug fixes