From ad17c64ec29c73bb7415ad24e8d6e35a52264ba2 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 25 Nov 2022 15:24:18 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fb660b..867a3cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Implementation changes and bug fixes - [PR #1120](https://github.com/rqlite/rqlite/pull/1120): go mod updates. - [PR #1126](https://github.com/rqlite/rqlite/pull/1126): Add Queue instrumentation. -- [PR #1127](https://github.com/rqlite/rqlite/pull/1127): Clearer Queue Writes loop logic. +- [PR #1127](https://github.com/rqlite/rqlite/pull/1127): Clearer Queued Writes loop logic. ## 7.11.0 (November 15th 2022) ### New features