diff --git a/CHANGELOG.md b/CHANGELOG.md index abf6f5f6..4399756c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This release adds new control over Raft snapshotting, a key part of the Raft con ### Implementation changes and bug fixes - [PR #1528](https://github.com/rqlite/rqlite/pull/1528): Support setting trailing logs for user-requested snapshot. - [PR #1529](https://github.com/rqlite/rqlite/pull/1529): Remove obsolete code related to user-triggered snapshots. +- [PR #1536](https://github.com/rqlite/rqlite/pull/1536): Store WAL path in store, to avoid races. ## 8.13.5 (December 26th 2023) ### Implementation changes and bug fixes