From 8c1253cf825e5268d9844108cbe1cc5db16a0478 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 23 Dec 2020 15:34:05 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e981fc..27abf4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Implementation changes and bug fixes - [PR #694](https://github.com/rqlite/rqlite/pull/694): Display, in the CLI, the HTTP response body on HTTP status 503. - [PR #703](https://github.com/rqlite/rqlite/pull/703): Fix potential panic during request parsing. +- [PR #705](https://github.com/rqlite/rqlite/pull/705): Use Protobuf for encoding Raft Log commands. ## 5.6.0 (November 17th 2020)