summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-08-15 23:50:04 (GMT)
committerGitHub <noreply@github.com>2017-08-15 23:50:04 (GMT)
commitaf9d72b7f6809ec972787c446d464a8f9be443ba (patch)
treed8b9e795e00d2558945f0f6bc3aed2b239157353 /NEWS
parent8593ba8831fb4698731c60391aa0ab89b32e9e19 (diff)
parent930a6921103c3ae4e62c99f86fd5329ef957900f (diff)
downloadlz4-af9d72b7f6809ec972787c446d464a8f9be443ba.zip
lz4-af9d72b7f6809ec972787c446d464a8f9be443ba.tar.gz
lz4-af9d72b7f6809ec972787c446d464a8f9be443ba.tar.bz2
Merge pull request #383 from lz4/blockChecksum
Block checksum
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d10c48f..63d53a6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ cli : added GNU separator -- specifying that all following arguments are files
API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
API : added LZ4F_resetDecompressionContext()
API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
+API : lz4frame : can control block checksum and dictionary ID
API : fix : expose obsolete decoding functions, reported by Chen Yufei
build : fix : static lib installation, by Ido Rosen
build : dragonFlyBSD, OpenBSD, NetBSD supported