From 938e4849ae3bb33665aeee2647aa3e2077af0b5a Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 27 Apr 2018 08:43:40 -0700 Subject: updated NEWS, in preparation for v1.8.2 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 9ac41f2..c3b47f1 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,13 @@ v1.8.2 +perf: *much* faster dictionary compression on small files, by @felixhandte perf: slightly faster HC compression and decompression speed perf: very small compression ratio improvement +fix : compression compatible with low memory addresses (< 0xFFFF) +fix : decompression segfault when provided with NULL input, by @terrelln +cli : new command --favor-decSpeed cli : benchmark mode more accurate for small inputs +fullbench : can measure _destSize() variants, by @felixhandte +doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv) v1.8.1 perf : faster and stronger ultra modes (levels 10+) -- cgit v0.12