From 537021e12d38bcc3d2e5f33ee1d54ced66d057ed Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Mon, 3 May 2021 09:09:42 +0200 Subject: [PATCH] upate CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164da9cb8..4af344faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Tantivy 0.15.0 - Added lz4-flex as the default compression scheme in tantivy (@PSeitz) #1009 - Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDireotory -> RamDirectory. (@pmasurel) - Simplified positions index format (@fulmicoton) #1022 +- Moved bitpacking to bitpacker subcrate and add BlockedBitpacker, which bitpacks blocks of 128 elements (@PSeitz) #1030 Tantivy 0.14.0 =========================