Updated Changelog. Closing #991

This commit is contained in:
Paul Masurel
2021-03-10 14:14:02 +09:00
parent 5fac119aa0
commit 2ab25d994f

View File

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