diff --git a/CHANGELOG.md b/CHANGELOG.md index a346054e..1e2acbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.18.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1635](https://github.com/rqlite/rqlite/pull/1635): Always execute ExecuteRequests locally if possible. + ## 8.18.1 (January 26th 2024) ### Implementation changes and bug fixes - [PR #1633](https://github.com/rqlite/rqlite/pull/1633): Improve error messages for internode communication failures.