From 354e1a88d2bae3f9d32cb18aadd2b6fa723765b8 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 24 Nov 2016 09:16:21 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36780697..5f22b6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 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 #229](https://github.com/rqlite/rqlite/pull/229): Remove explicit control of foreign key constraints. - [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.