From 3d978543c96a15acc2f501d473631e54f348dd4a Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 11 Sep 2021 13:59:57 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165896e2..5bd9cdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - [PR #888](https://github.com/rqlite/rqlite/pull/888): Expose stats about BoltDB on the `status/` endpoint. - [PR #889](https://github.com/rqlite/rqlite/pull/889): Add OS-level information to `status/` output. - [PR #892](https://github.com/rqlite/rqlite/pull/892): More Snapshot metrics. -- [PR #894](https://github.com/rqlite/rqlite/pull/894): Support controlling timeout on nodes/ endpoint. +- [PR #894](https://github.com/rqlite/rqlite/pull/894): Support timeout on `nodes/` endpoint. - [PR #895](https://github.com/rqlite/rqlite/pull/895): Start HTTP service before attempting any join operation. ## 6.4.3 (September 8th 2021)