From d4e103a04e9efc0073cc6e7d318928e16c74eb4d Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 8 Jul 2016 19:18:30 +0200 Subject: [PATCH] updated doc --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 06c94ce9..6a27ae2c 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ v0.7.3 +New : compression format specification New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner. New : `ZSTD_getDecompressedSize()` New : OpenBSD target, by Juan Francisco Cantero Hurtado New : `examples` directory fixed : dictBuilder using HC levels, reported by Bartosz Taudul fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte +fixed : multi-blocks decoding with intermediate uncompressed blocks, reported by Greg Slazinski modified : removed "mem.h" and "error_public.h" dependencies from "zstd.h" (experimental section) modified : legacy functions no longer need magic number