]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added api issues reported by @animalize
authorYann Collet <cyan@fb.com>
Tue, 15 Dec 2020 08:27:32 +0000 (00:27 -0800)
committerYann Collet <cyan@fb.com>
Tue, 15 Dec 2020 08:27:32 +0000 (00:27 -0800)
CHANGELOG

index fb81a57440362cb8928af078f7e7187c212b9cf2..562211cfdee911a3f3e969328976e0cfb9f98650 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,8 @@ api : new sequence ingestion API, by @senhuang42
 api : shared thread pool: control total nb of threads used by multiple compression jobs, by @marxin
 api : new ZSTD_getDictID_fromCDict(), by @LuAPi
 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
+api : fix : multithreaded compression has predictable output even in special cases (see #2327) (issue not accessible from cli)
+api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (issue not accessible from cli)
 build: fix cmake script when using path with spaces, by @terrelln
 build: improved compile-time detection of aarch64/neon platforms, by @bsdimp
 build: Fix building on AIX 5.1, by @likema