updated NEWS
authorYann Collet <cyan@fb.com>
Thu, 22 Dec 2016 10:50:21 +0000 (11:50 +0100)
committerYann Collet <cyan@fb.com>
Thu, 22 Dec 2016 10:50:21 +0000 (11:50 +0100)
NEWS

diff --git a/NEWS b/NEWS
index e2f7666..bb77e04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 v1.7.5
+lz4hc : new high compression mode : levels 10-12 compress more and slower, by @inikep.
 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
 cli : fix minor notification when using -r recursive mode
 API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)