diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dadeab3..2d1e7a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [PR #1218](https://github.com/rqlite/rqlite/pull/1218): Check for more possible errors in peers.json. Thanks @Tjstretchalot - [PR #1220](https://github.com/rqlite/rqlite/pull/1220): Support Notify over Raft connection. - [PR #1221](https://github.com/rqlite/rqlite/pull/1221): Support Join over Raft connection. +- [PR #1222](https://github.com/rqlite/rqlite/pull/1222): Joiner expands all targets to include protocols. ## 7.14.2 (April 7th 2023) This release is the first to includes various bug fixes and optimizations thanks to running much of the code through [Chat GPT-4](https://openai.com/product/gpt-4), most of which are not explicitly listed in the [CHANGELOG](https://github.com/rqlite/rqlite/edit/master/CHANGELOG.md), but you can check the commit history for details. Future releases of rqlite will probably include more such changes.