From 700b2b1414f2d3eed65d2258f5520e792afc09e4 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 31 Oct 2017 10:42:31 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d146b6b..e36f5972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - [PR #367](https://github.com/rqlite/rqlite/pull/367): Remove superflous leading space at CLI prompt. - [PR #368](https://github.com/rqlite/rqlite/pull/368): CLI displays clear error message when not authorized. - [PR #370](https://github.com/rqlite/rqlite/pull/370): CLI does not need to indent JSON when making requests. -- [PR #373](https://github.com/rqlite/rqlite/pull/373): Add simple INSERT-only benchmarking tool. +- [PR #373](https://github.com/rqlite/rqlite/pull/373), [PR #374](https://github.com/rqlite/rqlite/pull/374): Add simple INSERT-only benchmarking tool. ## 4.2.0 (October 19th 2017) - [PR #354](https://github.com/rqlite/rqlite/pull/354): Vendor Raft.