diff --git a/NEWS b/NEWS index 9f3f8ce50..8aaf02d99 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v0.4.7 +Improved : small compression speed improvement in HC mode +Changed : `zstd_decompress.c` has ZSTD_LEGACY_SUPPORT to 0 by default +fix : bt search bug + v0.4.6 fix : fast compression mode on Windows New : cmake configuration file, thanks to Artyom Dymchenko diff --git a/images/CSpeed.png b/images/CSpeed.png index fe54752ef..5ba0561e6 100644 Binary files a/images/CSpeed.png and b/images/CSpeed.png differ diff --git a/images/DSpeed.png b/images/DSpeed.png index 4db6437b0..1cd471399 100644 Binary files a/images/DSpeed.png and b/images/DSpeed.png differ