From: Yann Collet Date: Wed, 12 Sep 2018 17:48:19 +0000 (-0700) Subject: fixed NEWS for v1.8.3 X-Git-Tag: upstream/1.9.3~5^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=879f3dae115e4795674dbfbdbc91ccc801187726;p=platform%2Fupstream%2Flz4.git fixed NEWS for v1.8.3 --- 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