diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3f0dea7..aa43a8564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ===================