From 4364f2db97dd4492c1da2fb4acac7200f0edaaf8 Mon Sep 17 00:00:00 2001 From: Jordan Terrell Date: Sun, 4 Nov 2018 06:23:55 -0600 Subject: [PATCH] Adding changelog entry for compression algorithm support... --- CHANGELOG.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8c973f7..799c682 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,10 @@ Changelog ========= +Unreleased (Future Date) +~~~~~~~~~~~~~~~~~~~~ + * add LZ4, ZSTD, ZLIB, and BZIP2 compression support (iSynaptic) + 0.10.1 (2018-07-17) ~~~~~~~~~~~~~~~~~~~~ * bump bindgen to 0.37 (ekmartin)