Changed ZSTD_compressEnd()

This commit is contained in:
Yann Collet
2016-07-28 15:29:08 +02:00
parent e7bf9156d1
commit 62470b4bab
6 changed files with 36 additions and 52 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
v0.8.0
New : updated compresson format
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers
Changed : modified API : ZSTD_compressEnd()
Fixed : legacy mode with ZSTD_HEAPMODE=0, by Christopher Bergqvist
Fixed : premature end of frame when zero-sized raw block, reported by Eric Biggers
Fixed : statistics for large dictionaries (> 128 KB), reported by Ilona Papava