aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-08-15 14:24:49 -0700
committerYann Collet <cyan@fb.com>2022-08-15 14:24:49 -0700
commitcfd6ab32522280079c2e6d3ea995f172b9ae0312 (patch)
tree939d919c3903b42ed637542a4799fb3f4fa8b5fc
parent7fe9c69024089c4a670eff506de7ebc63adecfdb (diff)
downloadlz4-cfd6ab32522280079c2e6d3ea995f172b9ae0312.tar.gz
update NEWS for v1.9.4
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2cef0ea..0a569921 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
v1.9.4
perf : faster decoding speed (~+20%) on aarch64 platforms
+perf : faster decoding speed (~+70%) for -BD4 setting in CLI
api : new function `LZ4_decompress_safe_partial_usingDict()` by @yawqi
api : lz4frame: ability to provide custom allocators at state creation
api : can skip checksum validation for improved decoding speed
@@ -14,6 +15,7 @@ build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-
build: `make` and `make test` are compatible with `-j` parallel run
build: AS/400 compatibility, by @jonrumsey
build: Solaris 10 compatibility, by @pekdon
+build: MSVC 2022 support, by @t-mat
build: improved meson script, by @eli-schwartz
doc : Updated LZ4 block format, provide an "implementation notes" section