From ed5297c39736651b994b7e61e869a14de723cba7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 4 Aug 2021 23:51:12 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee31ff7..0a7222e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This release makes significant changes to SQLite database connection handling, r ### Implementation changes and bug fixes - [PR #841](https://github.com/rqlite/rqlite/pull/841): Remove support for specifying SQLite DSN. - [PR #842](https://github.com/rqlite/rqlite/pull/842): Use `vfs=memdb` allowing concurrent read queries of in-memory databases. Special thanks to [@rittneje](https://github.com/rittneje). -- [PR #842](https://github.com/rqlite/rqlite/pull/842): Use read-only database connection for read queries, ensuring write SQL commands are not executed on the wrong endpoint. +- [PR #842](https://github.com/rqlite/rqlite/pull/842): Use read-only database connections for read queries, ensuring write SQL commands are not executed on the wrong endpoint. - [PR #842](https://github.com/rqlite/rqlite/pull/842): Remove explicit support for Foreign Key constraint control and journal mode. Those controls are best left to the rqlite system now. ## 6.0.2 (July 31st 2021)