]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS in anticipation for v1.3.6
authorYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 00:49:18 +0000 (17:49 -0700)
committerYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 00:49:18 +0000 (17:49 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 1553f5ad8bac8b5659cf06c530dab1609375d715..1e26f1b180bbc064c46ee0ea5cda06a99bec7a4a 100644 (file)
--- 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