From f967754fcb9631466f1aaa7baa7f2df97df68b0d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 3 Dec 2022 08:34:15 -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 c4878fe2..4991c84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 7.12.1 (unreleased) ### Implementation changes and bug fixes - [PR #1136](https://github.com/rqlite/rqlite/pull/1136): Stop HTTP server gracefully on node shutdown. -- [f6c4b17](https://github.com/rqlite/rqlite/commit/f6c4b17a727809696f952a018b2262681932f521): By default, Leader node will stepdown if node is shutting down. +- [f6c4b17](https://github.com/rqlite/rqlite/commit/f6c4b17a727809696f952a018b2262681932f521): By default, Leader node will stepdown if that node is shutting down. ## 7.12.0 (December 1st 2022) ### New features