added Oleg @remittor contribution
authorYann Collet <cyan@fb.com>
Sun, 12 Mar 2017 10:18:34 +0000 (03:18 -0700)
committerYann Collet <cyan@fb.com>
Sun, 12 Mar 2017 10:18:34 +0000 (03:18 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 8075947..d348dd1 100644 (file)
--- 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)