summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-09-12 17:48:19 (GMT)
committerYann Collet <cyan@fb.com>2018-09-12 17:48:19 (GMT)
commit879f3dae115e4795674dbfbdbc91ccc801187726 (patch)
tree570ef8763839c16ed397fd3c25604d891a4e93a3 /NEWS
parent08d347b5b217b011ff7487130b79480d8cfdaeb8 (diff)
downloadlz4-879f3dae115e4795674dbfbdbc91ccc801187726.zip
lz4-879f3dae115e4795674dbfbdbc91ccc801187726.tar.gz
lz4-879f3dae115e4795674dbfbdbc91ccc801187726.tar.bz2
fixed NEWS for v1.8.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13a9a1c..57a75cf 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ v1.8.3
perf: minor decompression speed improvement (~+2%) with gcc
fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560)
cli : new command --fast, by @jennifermliu
+cli : fixed elapsed time, and added cpu load indicator (on -vv) (#555)
api : LZ4_decompress_safe_partial() now decodes exactly the nb of bytes requested (feature request #566)
build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
doc : updated documentation regarding dictionary compression