From 1432d796d3b447e3ed597c252c0b51b76ec2b159 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 1 Dec 2022 23:22:59 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acee6b9..1ce6bb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### New features - [PR #1121](https://github.com/rqlite/rqlite/pull/1121): Transparently forward node-removal requests to Leader. - [PR #1125](https://github.com/rqlite/rqlite/pull/1125): Support fetching a subset of expvar information. +- [PR #1134](https://github.com/rqlite/rqlite/pull/1134): Support stepping down as Leader before shutting down. ### Implementation changes and bug fixes - [PR #1120](https://github.com/rqlite/rqlite/pull/1120): go mod updates.