fixed NEWS for v1.8.3

This commit is contained in:
Yann Collet 2018-09-12 10:48:19 -07:00
parent 08d347b5b2
commit 879f3dae11

1
NEWS
View File

@ -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