From ae16a45515ec7e9687433bf5acd95e58a6f2c3bf Mon Sep 17 00:00:00 2001 From: Omar Pakker Date: Tue, 10 Feb 2026 16:29:06 +0100 Subject: [PATCH] chore: Add towncrier news fragment --- changelog.d/1349.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1349.feature diff --git a/changelog.d/1349.feature b/changelog.d/1349.feature new file mode 100644 index 00000000..5433976d --- /dev/null +++ b/changelog.d/1349.feature @@ -0,0 +1 @@ +Introduce a resolver command to allow flushing a server from the cache or to flush the complete cache. Contributed by @Omar007