Updated changelog

This commit is contained in:
Paul Masurel
2020-10-09 14:54:07 +09:00
parent 80cbe889ba
commit 4d011cc648

View File

@@ -4,6 +4,7 @@ Tantivy 0.14.0
- Migrated tantivy error from the now deprecated `failure` crate to `thiserror` #760. (@hirevo)
- 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)
Tantivy 0.13.2
===================