From 042490479a36130c43aea26297725cff95450363 Mon Sep 17 00:00:00 2001 From: PSeitz Date: Mon, 11 May 2026 13:42:26 +0200 Subject: [PATCH] Update CHANGELOG for Tantivy 0.26 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02562b328c..c373e95848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Tantivy 0.26.1 ## Performance - Fix quadratic runtime in nested term and composite aggregations: memory accounting scanned all parent buckets on every collect instead of just the current parent (@PSeitz @fulmicoton) -Tantivy 0.26 (Unreleased) +Tantivy 0.26 ================================ ## Bugfixes