From eb839bbb3f232572021acd9548d9c99d189ea4db Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 14 Jan 2017 09:27:56 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e73de0..d0efb31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 3.9.2 (January 14th 2017) - [PR #253](https://github.com/rqlite/rqlite/pull/254): Handle nil row returned by SQL execer. Fixes [issue #253](https://github.com/rqlite/rqlite/issues/253). -- [PR #258](https://github.com/rqlite/rqlite/pull/258): Pull check that all queries begin with SELECT. Fixes [issue #255](https://github.com/rqlite/rqlite/issues/255). +- [PR #258](https://github.com/rqlite/rqlite/pull/258): Remove check that all queries begin with SELECT. Fixes [issue #255](https://github.com/rqlite/rqlite/issues/255). ## 3.9.1 (December 29th 2016) - [PR #247](https://github.com/rqlite/rqlite/pull/247): Simplify loading of SQLite dump files via single command execution. Fixes [issue #246](https://github.com/rqlite/rqlite/issues/246).