From e13aab85371aaee8d07cc02a4f952458d608720c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 10 Feb 2024 10:46:27 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c3331d..719197d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 8.19.1 (unreleased) +## 8.20.0 (unreleased) +### New features +- [PR #1681](https://github.com/rqlite/rqlite/pull/1681): Support _Stale Reads_ relative to Leader time. + ### Implementation changes and bug fixes - [PR #1670](https://github.com/rqlite/rqlite/pull/1670): Improve error message when query on remote node fails. - [PR #1671](https://github.com/rqlite/rqlite/pull/1670): Minor optimizations to Unified Request processing.