From 8514bd8eb90544401b878286966bbcbe734ec8f0 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 1 Oct 2018 17:49:18 -0700 Subject: [PATCH] updated NEWS in anticipation for v1.3.6 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1553f5ad8..1e26f1b18 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ v1.3.6 perf: much faster dictionary builder, by @jenniferliu -api : reduced DDict size by 2 KB +perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte +perf: faster dictionary decompression when using a very large number of dictionaries simultaneously +cli : fix : does no longer overwrite destination when source does not exist (#1082) +cli : new command --adapt, for automatic compression level adaptation +api : fix : block api can be streamed with > 4 GB, reported by @catid +api : reduced ZSTD_DDict size by 2 KB +api : minimum negative compression level is defined, and can be queried using ZSTD_minCLevel(). +build: Reading legacy format is limited to v0.5+ by default. Can be changed at compile time using macro ZSTD_LEGACY_SUPPORT. +doc : zstd_compression_format.md updated to match wording in IETF RFC 8478 misc: tests/paramgrill, a parameter optimizer, by @GeorgeLu97 v1.3.5