diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d38107..e1201edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [PR #209](https://github.com/rqlite/rqlite/pull/209): Tweak help output. - [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): Support loading from SQLite dump files (experimental). +- [PR #211](https://github.com/rqlite/rqlite/pull/211): Diagnostics show actual foreign key constraint state. ## 3.6.0 (October 1st 2016) - [PR #195](https://github.com/rqlite/rqlite/pull/195): Set Content-type "application/json" on all HTTP responses.