From c790f0513f5e087194b2e0746382963b69da6bc2 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 3 Jan 2024 09:14:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ad65f8..6ed9abc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [PR #1555](https://github.com/rqlite/rqlite/pull/1555): Correct build and import of Protobuf files. - [PR #1556](https://github.com/rqlite/rqlite/pull/1556): Add fast-path backup. - [PR #1556](https://github.com/rqlite/rqlite/pull/1556): rqlite CLI streams backup to file. +- [PR #1557](https://github.com/rqlite/rqlite/pull/1557): Remove restriction on restores using SQLite files in WAL mode. ## 8.14.1 (December 31st 2023) ### Implementation changes and bug fixes