From 58956c04fecaeb36b789f6ed4b30d6259a4d7611 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 5 Apr 2016 02:07:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171aa820..d960f8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.0 (unreleased) -- `verbose` URL param to control presence of timing information in response. +- `timings` URL param to control presence of timing information in response. - [PR #74](https://github.com/otoolep/rqlite/pull/74): Use SQLite connection directly. Thanks @zmedico. - Update operations return last-inserted ID. - Column-oriented API responses. @@ -8,6 +8,7 @@ - Query times in addition to sum of query times. - New Raft consensus module, built on Hashsicorp's implementation. - Hot backup support. +- Selectable read-consistency levels, of none, weak, and strong. ## 1.0 (June 23rd 2015)