]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update NEWS on #147 by @chipturner
authorYann Collet <yann.collet.73@gmail.com>
Wed, 16 Mar 2016 15:53:47 +0000 (16:53 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 16 Mar 2016 15:56:11 +0000 (16:56 +0100)
NEWS

diff --git a/NEWS b/NEWS
index f78cd65fb20f480c121d5e0dfb813ea3da504795..d4abd36f975421a72c08f3bf7e822ad598efe9bb 100644 (file)
--- 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