From 2c56f4b5837620cc65368bb84becdf236d18efda Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 28 Oct 2020 17:39:01 +0900 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa43a8564..f3975206c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Tantivy 0.14.0 - API Change. Accessing the typed value off a `Schema::Value` now returns an Option instead of panicking if the type does not match. - Large API Change in the Directory API. Tantivy used to assume that all files could be somehow memory mapped. After this change, Directory return a `FileSlice` that can be reduced and eventually read into an `OwnedBytes` object. Long and blocking io operation are still required by they do not span over the entire file. - Added support for Brotli compression in the DocStore. (@ppodolsky) +- Added helper for building intersections and unions in BooleanQuery (@guilload) Tantivy 0.13.2 ===================