From fcda3cc69521473dbeb14b99f8ea36a6df70e21f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 8 Jan 2022 10:34:04 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ebd838..51d02c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Implementation changes and bug fixes - [PR #945](https://github.com/rqlite/rqlite/pull/945): Minor refactor of Store creation. - [PR #946](https://github.com/rqlite/rqlite/pull/946): Use actual duration types for duration `rqlited` command line flags. +- [PR #944](https://github.com/rqlite/rqlite/pull/944): Refactor how nodes bootstrap. ## 6.10.0 (January 7th 2022) This release enhances the authentication and authorization system, making it more convenient to use. It also fixes some minor bugs, and migrates the end-to-end test suite to Python 3.