From e1b2b370e195f1bb6930a7b152a237adfb018e58 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 12 Mar 2017 03:18:34 -0700 Subject: [PATCH] added Oleg @remittor contribution --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 8075947..d348dd1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ v1.7.6 +API : added LZ4_compressHC_destSize(), by Oleg (@remittor) build : LZ4_MEMORY_USAGE can be modified at compile time, through external define + v1.7.5 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)