fixed checksum

This commit is contained in:
Yann Collet
2016-09-06 11:16:57 +02:00
parent a7737f6a60
commit b624922b14
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
v1.0.1
New : contrib/pzstd, parallel version of zstd, by Nick Terrell
added : NetBSD install target (#338)
Improved : variable compression speed improvements on batches of small files.
Fixed : CLI -d output to stdout by default when input is stdin (#322)
Fixed : CLI correctly detects console on Mac OS-X
Fixed : Legacy decoders use unified error codes (#341), reported by benrg