From 064eb334bcd149f082c5a96260c137c784c302a8 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 8 May 2023 16:58:02 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8149fd..f85fe655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.16.1 (unreleased) +### Implementation changes and bug fixes +- [PR #1252](https://github.com/rqlite/rqlite/pull/1252): Stop the HTTP server first on shutdown. + ## 7.16.0 (May 5th 2023) ### New features - [PR #1243](https://github.com/rqlite/rqlite/pull/1243): Support automatically restoring from AWS S3. Thanks to [VOXO](https://voxo.co/) for funding this development.