Updated CHANGELOG

This commit is contained in:
Paul Masurel
2020-10-28 17:39:01 +09:00
parent 9e27da8b4e
commit 2c56f4b583

View File

@@ -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
===================