From ae2eef212d7cb4f04536149656c0ef7742813881 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 5 Jan 2024 22:57:28 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa27e8da..613a3f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [Commit d1cc802](https://github.com/rqlite/rqlite/commit/d1cc80229221ff51cd4741cc7a2e05e87f0337cb): Fix return codes in `HasData()`. - [PR #1566](https://github.com/rqlite/rqlite/pull/1566): Move some Store state-related functions to own file. - [PR #1570](https://github.com/rqlite/rqlite/pull/1570): Support compressed backups at the `Store` level. +- [PR #1572](https://github.com/rqlite/rqlite/pull/1572): Allow booting with WAL-mode SQLite files. ## 8.15.0 (January 4th 2024) This release fixes bugs related to auto-restore from S3, improves backup performance, and adds some other minor enhancements.