From 387592809fb2f5356f171e4ccb737fe27bf9f420 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 7 Mar 2022 15:31:35 +0900 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c9e7e08..183dbc815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Tantivy 0.17 - Fix opening bytes index with dynamic codec (@PSeitz) [#1278](https://github.com/quickwit-oss/tantivy/issues/1278) - Added an aggregation collector compatible with Elasticsearch (@PSeitz) - Added a JSON schema type @fulmicoton [#1251](https://github.com/quickwit-oss/tantivy/issues/1251) +- Added support for slop in phrase queries @halvorboe [#1068](https://github.com/quickwit-oss/tantivy/issues/1068) Tantivy 0.16.2 ================================