From 54d925ef46d52df3b6cb0830a48c823492ee89db Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 12 Feb 2024 20:58:07 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e571ed83..fca52d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 8.20.0 (February 12th 2024) ### New features -- [PR #1681](https://github.com/rqlite/rqlite/pull/1681): Add `freshness_strict` flag, which checks _Stale Reads_ against Leader time. Thanks @aderouineau +- [PR #1681](https://github.com/rqlite/rqlite/pull/1681): Add `freshness_strict` flag, which checks for _Stale Reads_ using Leader time. Thanks @aderouineau ### Implementation changes and bug fixes - [PR #1670](https://github.com/rqlite/rqlite/pull/1670): Improve error message when query on remote node fails.