From 643d52edc6515d68868941afca003146630f51bd Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 28 Mar 2023 19:49:52 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7031c6ad..37caac77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [PR #1179](https://github.com/rqlite/rqlite/pull/1179): go mod updates. - [PR #1180](https://github.com/rqlite/rqlite/pull/1180): Support large numbers in requests. - [PR #1186](https://github.com/rqlite/rqlite/pull/1186): Improve read-only (non-voting) node management. Fixes [issue #1182](https://github.com/rqlite/rqlite/issues/1182). +- [PR #1189](https://github.com/rqlite/rqlite/pull/1189): Migrate to a Protobuf data model for Join Requests. ## 7.14.1 (March 17th 2023) ## Implementation changes and bug fixes