From 4a6bf7099ec869be4aebee3c463c1a8316402c3f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 16 Aug 2021 09:30:31 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8abc51..6450c219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Implementation changes and bug fixes - [PR #857](https://github.com/rqlite/rqlite/pull/857): Use Protobufs as core data model. +- [PR #858](https://github.com/rqlite/rqlite/pull/858): Create dedicated client for talking to a cluster service. ## 6.1.0 (August 5th 2021) This release makes significant changes to SQLite database connection handling, resulting in proper support for high-performance concurrent reads of in-memory databases (an in-memory SQLite database is the default option for rqlite).