From 11df6ce384c5eff9506cf683545386e1c4f993dc Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 24 Apr 2021 12:36:46 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e887ef92..68c38fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## New features - [PR #788](https://github.com/rqlite/rqlite/pull/788): Upgrade to SQLite 3.35.4. +### Implementation changes and bug fixes + - [PR #790](https://github.com/rqlite/rqlite/pull/790): Upgrade dependencies, including Hashicorp Raft to v1.3.0 + ## 5.11.1 (April 13th 2021) ### Implementation changes and bug fixes - [PR #783](https://github.com/rqlite/rqlite/pull/783): Create GZIP writer for every compression request. Fixes [issue #781](https://github.com/rqlite/rqlite/issues/781).