From f42e9387e1b6a2ddd4db9d2081fcb0e05ad703f4 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 12 Feb 2017 14:37:15 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce55e203..67350df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - [PR #268](https://github.com/rqlite/rqlite/pull/268): Allow Store to wait for application of initial logs. Fixes [issue #260](https://github.com/rqlite/rqlite/issues/260). - [PR #272](https://github.com/rqlite/rqlite/pull/272): Add commit, branch, GOOS, and GOARCH, to output of `--version`. - [PR #274](https://github.com/rqlite/rqlite/pull/274): Use Hashicorp function to read peers. Thanks @WanliTian +- [PR #278](https://github.com/rqlite/rqlite/pull/278): Add support for .tables and .schema to rqlite CLI. Fixes [issue #277](https://github.com/rqlite/ rqlite/issues/277). ## 3.10.0 (January 29th 2017) - [PR #261](https://github.com/rqlite/rqlite/pull/261): Allow Raft Apply timeout to be configurable.