From 492d828724189342ef8d25b713522925948f3fb7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 14 Nov 2016 11:42:47 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c20da7..8fe02006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 3.7.0 (unreleased) - With this release rqlite is moving to Go 1.7. - [PR #209](https://github.com/rqlite/rqlite/pull/209): Tweak help output. -- [PR #207](https://github.com/rqlite/rqlite/pull/207), [#217](https://github.com/rqlite/rqlite/pull/217): Database supports returning foreign key constraint status. -- [PR #206](https://github.com/rqlite/rqlite/pull/206): Support loading from SQLite dump files (experimental). +- [PR #207](https://github.com/rqlite/rqlite/pull/207): Database supports returning foreign key constraint status. +- [PR #206](https://github.com/rqlite/rqlite/pull/206), [#217](https://github.com/rqlite/rqlite/pull/217): Support loading from SQLite dump files (experimental). - [PR #211](https://github.com/rqlite/rqlite/pull/211): Diagnostics show actual foreign key constraint state. - [PR #212](https://github.com/rqlite/rqlite/pull/212): Add database configuration to diagnostics output.