summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)