From 99949edf34c686b77f85d0861f47f98064a60557 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 11 Jan 2024 21:27:28 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1421ab..54ef085a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [PR #1587](https://github.com/rqlite/rqlite/pull/1587): Refactor Store Backup Provider to use `io.Writer`. - [PR #1588](https://github.com/rqlite/rqlite/pull/1588): More consistent use of Sum types in Uploader. - [PR #1589](https://github.com/rqlite/rqlite/pull/1589): Avoid SQLite file copy during automatic backups. +- [PR #1590](https://github.com/rqlite/rqlite/pull/1590): Fix automatic backup end-to-end tests. ## 8.16.3 (January 9th 2024) ### Implementation changes and bug fixes