summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-09-14 18:11:40 (GMT)
committerYann Collet <cyan@fb.com>2022-09-14 18:11:40 (GMT)
commitfdfbe3a20a766c9bf3133fddce5326251b1e61d3 (patch)
tree5ef2b1d3734b6350e2fce65ba3933fbc92a78c61
parent5799b2d4f35a37f31897805d6312998be4177681 (diff)
downloadlz4-fdfbe3a20a766c9bf3133fddce5326251b1e61d3.zip
lz4-fdfbe3a20a766c9bf3133fddce5326251b1e61d3.tar.gz
lz4-fdfbe3a20a766c9bf3133fddce5326251b1e61d3.tar.bz2
update v1.9.4 NEWS
one fix was forgotten
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a56992..a6e7fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ api : new experimental function `LZ4F_uncompressedUpdate()`, by @alexmohr
cli : `--list` works on `stdin` input, by @Low-power
cli : `--no-crc` does not produce (compression) nor check (decompression) checksums
cli : fix: `--test` and `--list` produce an error code when parsing invalid input
+cli : fix: `--test -m` does no longer create decompressed file artifacts
cli : fix: support skippable frames when passed via `stdin`, reported by @davidmankin
build: fix: Makefile respects CFLAGS directives passed via environment variable
build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat