minor comments

This commit is contained in:
Yann Collet
2016-07-29 00:55:45 +02:00
parent ffa7d0ac1e
commit 6a82f0f8bf
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ 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
Fixed : statistics for large dictionaries (> 256 KB), reported by Ilona Papava
Fixed : checksum correctly checked in single-pass mode
Fixed : combined --test amd --rm, reported by Andreas M. Nilsson
Modified : minor compression level adaptations