From 571932de22f31dd02642c339d3a5bab1672aea94 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 16 Jun 2023 07:25:28 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aadb675..fa80569c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Implementation changes and bug fixes - [PR #1305](https://github.com/rqlite/rqlite/pull/1305): Upgrade dependencies via `go get`. - [PR #1306](https://github.com/rqlite/rqlite/pull/1306): Add some (currently unused) WAL control code. -- [PR #1307](https://github.com/rqlite/rqlite/pull/1307): Add full WAL-support to database layer. Not yet enabled by full application. +- [PR #1307](https://github.com/rqlite/rqlite/pull/1307), [PR #1308](https://github.com/rqlite/rqlite/pull/1308): Add full WAL-support to database layer. Not yet enabled by full application. ## 7.20.5 (June 14th 2023) ### Implementation changes and bug fixes