diff --git a/CHANGELOG.md b/CHANGELOG.md index 0501810a..9a4f59bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.21.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1321](https://github.com/rqlite/rqlite/pull/1321): Check for errors in responses during load testing. + ## 7.21.1 (June 26th 2023) This release changes the mode of SQLite, when rqlite is running in _on-disk_ mode. SQLite now runs in WAL mode, when previously it was in DELETE mode. Testing shows this results in a ~30% increase in write-performance.