From 2ab25d994fcee9119917cf632c5c09ca4e59f87c Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 10 Mar 2021 14:14:02 +0900 Subject: [PATCH] Updated Changelog. Closing #991 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a837439..2a7475232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Tantivy 0.15.0 +========================= +- API Changes. Using Range instead of (start, end) in the API and internals (`FileSlice`, `OwnedBytes`, `Snippets`, ...) + This change is breaking but migration is trivial. + Tantivy 0.14.0 ========================= - Remove dependency to atomicwrites #833 .Implemented by @fulmicoton upon suggestion and research from @asafigan).