From 5bc007f40baaa652caa5aabcdcaa99a4c06b4143 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 14 Mar 2016 21:49:05 -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 508389a1f..54fc908f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 2.0 (unreleased) - [PR #74](https://github.com/otoolep/rqlite/pull/74): Use SQLite connection directly. Thanks @zmedico. -- Update operations returns last-inserted ID. +- Update operations return last-inserted ID. - Column-oriented API responses. - Types in API response body. - Query times in addition to sum of query times.