From d5867560f9b2fb846bdcfde940a431202fd01a9d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 23 Dec 2023 10:26:36 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c7e7f7..e3132f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [PR #1515](https://github.com/rqlite/rqlite/pull/1515): Fix a log message related to mutual TLS. - [PR #1516](https://github.com/rqlite/rqlite/pull/1516): Add support to Python end-to-end test helpers for mTLS. - [PR #1518](https://github.com/rqlite/rqlite/pull/1518): Refactor muxed internode communications. +- [PR #1519](https://github.com/rqlite/rqlite/pull/1519): Refactor TCP TLS configuration control. ## 8.13.2 (December 21st 2023) ### Implementation changes and bug fixes