ZSTD_decompress_usingDDict() compatible with Legacy mode

This commit is contained in:
Yann Collet
2016-07-06 20:32:27 +02:00
parent a3d03a3973
commit f246cf5423
3 changed files with 26 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ v0.7.3
added : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.
added : OpenBSD target, by Juan Francisco Cantero Hurtado
fixed : dictBuilder using HC levels, reported by Bartosz Taudul
fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte
v0.7.2
fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.