summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-16 04:59:35 (GMT)
committerYann Collet <cyan@fb.com>2020-11-16 04:59:35 (GMT)
commitd44371841a2f1728a3f36839fd4b7e872d0927d3 (patch)
treea8c019ae0cd4aa3195e28dd63e7859a6e977a968
parentd3972cfa7e1abe2fd5fa10da56db3da4759e14dd (diff)
parent48d9b7416b4c4ef89ac8ad3fc6b2fff7bcb8a870 (diff)
downloadlz4-d44371841a2f1728a3f36839fd4b7e872d0927d3.zip
lz4-d44371841a2f1728a3f36839fd4b7e872d0927d3.tar.gz
lz4-d44371841a2f1728a3f36839fd4b7e872d0927d3.tar.bz2
Merge branch 'dev' into releasev1.9.3
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91f7506..401931e 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harv
api : can (de)compress to/from NULL without UBs
api : fix alignment test on 32-bit systems (state initialization)
api : fix LZ4_saveDictHC() in corner case scenario, detected by @IgorKorkin
-cli : --list command, compressed file content statistics, by Filipe Calasans
+cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans
cli : benchmark mode supports dictionary, by @rkoradi
cli : fix --fast with large argument, detected by @picoHz
build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS, suggested by Yuriy Levchenko