From f34eab162f11e2f9af96112358f9a5361ec4dcb6 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 24 Jan 2020 14:12:25 -0800 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 75043cb0..5e78e38b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ v1.4.5 -perf: Improved decompression speed, +10% on clang, +5% on gcc, by @terrelln -cli: new command : provide list of files to de/compress within a file with --filelist=FILE, by @AhmedAbdellah19 -api: low latency blocks, new experimental parameter by @ephiepark +fix : Compression ratio regression on huge files (> 3 GB) using high levels (--ultra) and multithreading, by @terrelln +perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depending on chip, by @terrelln +cli: new command --filelist=FILE : provide list of files within a file, by @AhmedAbdellah19 +cli: new command --patch-from=FILE (experimental) : generate diff from 2 files, by @bimbashrestha +api: controlled block size for lower latency, new experimental parameter by @ephiepark build: mingw cross-compilation from unix, by @Ericson2314 misc: bitflip analyzer tool, by @felixhandte