From 9c3f941b6e763f3ddf051144ad26e797e1e06996 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 17 Dec 2023 11:49:35 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a3317d..94c48f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.10.1 (unreleased) +### Implementation changes and bug fixes +- [PR #1487](https://github.com/rqlite/rqlite/pull/1487): Small improvements to rqlite shell. + ## 8.10.0 (December 17th 2023) This release introduces a new, high-performance, initialize-from-SQLite option. Known as _Boot_ loading, it allows an rqlite node to be seeded with large (multi-GB) datasets, with the time taken to seed the node determined only by your disk performance.