From d2614aa9b697299b240a13b1ec1ef2a607eab1e9 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 23 May 2023 09:08:56 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ceafda4..9cacd30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 7.19.0 (unreleased) ### New features -- [PR #1278](https://github.com/rqlite/rqlite/pull/1278): Enable support for more architectures. Fixes [issue #901](https://github.com/rqlite/rqlite/issues/901) +- [PR #1278](https://github.com/rqlite/rqlite/pull/1278): Enable support for more CPU architectures. Fixes [issue #901](https://github.com/rqlite/rqlite/issues/901) ### Implementation changes and bug fixes - [PR #1275](https://github.com/rqlite/rqlite/pull/1275): Node-removal performs retries.