updated doc (#269)

This commit is contained in:
Yann Collet
2016-08-01 02:26:20 +02:00
parent 917fe188f1
commit 3ca750372d
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ New : Build on FreeBSD and DragonFly, thanks to JrMarino
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 (> 256 KB), reported by Ilona Papava
Fixed : large dictionaries (> 384 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