diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b1d6c2..710724f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This release adds new control over Raft snapshotting, a key part of the Raft con - [PR #1536](https://github.com/rqlite/rqlite/pull/1536): Store WAL path in store, to avoid races. - [PR #1535](https://github.com/rqlite/rqlite/pull/1535): Refactor using CommandProcessor. - [PR #1539](https://github.com/rqlite/rqlite/pull/1539): `go mod` updates. +- [PR #1540](https://github.com/rqlite/rqlite/pull/1540): Friendlier display of database sizes. ## 8.13.5 (December 26th 2023) ### Implementation changes and bug fixes