diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f38dfa9..2fc66559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 6.1.0 (August 5th 2021) This release makes significant changes to SQLite database connection handling, resulting in proper support for high-performance concurrent reads of in-memory databases (the default choice for rqlite). -- [PR #848](https://github.com/rqlite/rqlite/pull/848): Enable DBSTATS table and JSON support. Fixes [issue #843](https://github.com/rqlite/rqlite/issues/843). +- [PR #848](https://github.com/rqlite/rqlite/pull/848): Enable [DBSTAT](https://www.sqlite.org/dbstat.html) table and [JSON1](https://www.sqlite.org/json1.html) support. Fixes [issue #843](https://github.com/rqlite/rqlite/issues/843). ### Implementation changes and bug fixes - [PR #841](https://github.com/rqlite/rqlite/pull/841): Remove support for specifying SQLite DSN.