diff --git a/CHANGELOG.md b/CHANGELOG.md index a68f618d..ff45def1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ When officially released 8.0 will support (mostly) seamless upgrades from the 7. - [PR #1437](https://github.com/rqlite/rqlite/pull/1437), [PR #1438](https://github.com/rqlite/rqlite/pull/1438), [PR #1439](https://github.com/rqlite/rqlite/pull/1439): Actually timeout if needed during `nodes/` access. Fixes [issue #1435](https://github.com/rqlite/rqlite/issues/1435). Thanks @dwco-z - [PR #1440](https://github.com/rqlite/rqlite/pull/1440): Add a Compacting WAL rewriter. Thanks @benbjohnson. - [PR #1441](https://github.com/rqlite/rqlite/pull/1441), [PR #1443](https://github.com/rqlite/rqlite/pull/1443): Integrate Compacting WAL writer +- [PR #1444](https://github.com/rqlite/rqlite/pull/1444): Trivial clean-ups related to backups. ## 7.21.4 (July 8th 2023) ### Implementation changes and bug fixes