From: Yann Collet Date: Wed, 16 Mar 2016 15:53:47 +0000 (+0100) Subject: Update NEWS on #147 by @chipturner X-Git-Tag: v0.6.0^2~17^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc40b82d754fe67815b7ed0379210f20383847f;p=thirdparty%2Fzstd.git Update NEWS on #147 by @chipturner --- diff --git a/NEWS b/NEWS index f78cd65fb..d4abd36f9 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ v0.6.0 Stronger high compression modes, thanks to Przemyslaw Skibinski API : ZSTD_getFrameParams() provides size of decompressed content New : highest compression modes require `--ultra` command to fully unleash their capacity +Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, thanks to Chip Turner v0.5.1 New : Optimal parsing => Very high compression modes, thanks to Przemyslaw Skibinski