summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-09-06 19:43:29 (GMT)
committerGitHub <noreply@github.com>2018-09-06 19:43:29 (GMT)
commit0f08c22c318356b8b9217376c3d4161c92e6ce1a (patch)
tree9e0f417c6b0f708905d1c873f4907f2613377016 /NEWS
parentcd3945f532919a4b59994e742552798c6b21005a (diff)
parent0fea528e3a70f8578ca6e7f15d922dab8aa9ff25 (diff)
downloadlz4-0f08c22c318356b8b9217376c3d4161c92e6ce1a.zip
lz4-0f08c22c318356b8b9217376c3d4161c92e6ce1a.tar.gz
lz4-0f08c22c318356b8b9217376c3d4161c92e6ce1a.tar.bz2
Merge pull request #563 from lz4/docDict
updated documentation for dictionary compression
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0139e61..8ee3c92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+v1.8.3
+fix : data corruption for files > 64KB at level 9 under specific conditions (#560)
+cli : new command --fast, by @jennifermliu
+build : added Haiku target, by @fbrosson
+doc : updated documentation regarding dictionary compression
+
v1.8.2
perf: *much* faster dictionary compression on small files, by @felixhandte
perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)