updated dict graphs to 2D mode

This commit is contained in:
Yann Collet
2017-05-03 14:33:28 -07:00
parent 710497d8ea
commit c08e56861e
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ cli : new : zstdmt symlink hardwired to `zstd -T0`
cli : new : command --threads=# (#671)
cli : changed : cover dictionary builder by default, for improved quality, by Nick Terrell
cli : new : commands --train-cover and --train-legacy, to select dictionary algorithm and parameters
cli : new : experimental target `zstd4`, with support for lz4 format, by Sean Purcell
cli : experimental targets `zstd4` and `xzstd4`, with support for lz4 format, by Sean Purcell
cli : fix : does not output compressed data on console
cli : fix : ignore symbolic links unless --force specified,
API : breaking change : ZSTD_createCDict_advanced(), only use compressionParameters as argument