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).