From bde61439990523ab22992c2e4cd435e6e54dd87b Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 31 Oct 2022 12:14:55 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c369abfe..97cb36d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Implementation changes and bug fixes - [PR #1097](https://github.com/rqlite/rqlite/pull/1097): Start HTTP server as soon as possible after launch. - [PR #1098](https://github.com/rqlite/rqlite/pull/1098): Bootstrapper doesn't need to know the bootstrap-expect value. +- [PR #1099](https://github.com/rqlite/rqlite/pull/1099): Add explicit `.exit` option to CLI. ## 7.10.0 (October 26th 2022) ### New features