diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d79625..9be1be12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## 6.0.2 (unreleased) ### Implementation changes and bug fixes - [PR #827](https://github.com/rqlite/rqlite/pull/827): Upgrade dependencies, including SQLite to 3.36. -- [PR #834](https://github.com/rqlite/rqlite/pull/834): Synchronize use of database connection. Fixes [issue #830](https://github.com/rqlite/rqlite/issues/830). +- [PR #835](https://github.com/rqlite/rqlite/pull/835): Use Go standard libary sql/database abstraction. Fixes [issue #830](https://github.com/rqlite/rqlite/issues/830). +- [PR #835](https://github.com/rqlite/rqlite/pull/835): Use SQLite connection pool. ## 6.0.1 (June 28th 2021) ### Implementation changes and bug fixes