From 02a77f0567116aad49df7dd4dbea1374478b117b Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Fri, 10 Feb 2023 16:54:44 +0100 Subject: [PATCH] Changelog entry for - Clean up iterator/iterator.c::error_response_cache() and allow for better interaction with serve-expired, prefetch and cached error responses. --- doc/Changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 64f9db7ab..60f9f3c47 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,8 @@ +10 February 2023: George + - Clean up iterator/iterator.c::error_response_cache() and allow for + better interaction with serve-expired, prefetch and cached error + responses. + 9 February 2023: George - Allow TTL refresh of expired error responses. - Add testcase for refreshing expired error responses.