From fdf7fddba7679a965ecba7dcd2a5ecfec20cff73 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 16 Feb 2024 22:20:58 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddaf7c6..b50636ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.20.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1690](https://github.com/rqlite/rqlite/pull/1690): Check for `isTextType` in panic-proof way. + ## 8.20.2 (February 16th 2024) ### Implementation changes and bug fixes - [PR #1685](https://github.com/rqlite/rqlite/pull/1685): Rename a Proto (but not its fields).