From be96ac658ddd76f5c0fb71432fb9529e3ca12387 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 26 Nov 2020 14:19:43 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fe94ff..0c8e1d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -### 5.6.1 (unreleased) +## 5.7.0 (unreleased) + +### New features +- [PR #696](https://github.com/rqlite/rqlite/pull/696): Benchmarking tool now supports query testing. ### 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.