removed mem.h dependency from zstd.h (experimental section)

This commit is contained in:
Yann Collet
2016-07-07 11:53:18 +02:00
parent f246cf5423
commit 52c04fe58f
3 changed files with 22 additions and 24 deletions
+1
View File
@@ -3,6 +3,7 @@ added : `--` separator, stating that all following arguments are file names. Sug
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
modified : removed `mem.h` dependency from `zstd.h` (experimental section)
v0.7.2
fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.