summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-01-05 15:50:37 (GMT)
committerYann Collet <cyan@fb.com>2017-01-05 15:50:37 (GMT)
commit9683a1ae874b2928490d675b66fb80e12c111990 (patch)
tree6f123a4420b6ef4c67ed10242f604514aaf9bc36 /NEWS
parent16d69c8d039e42defbf7387dd0e4e9318017eb6d (diff)
downloadlz4-9683a1ae874b2928490d675b66fb80e12c111990.zip
lz4-9683a1ae874b2928490d675b66fb80e12c111990.tar.gz
lz4-9683a1ae874b2928490d675b66fb80e12c111990.tar.bz2
LZ4_MEMORY_USAGE can be modified from compilation command line
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d42954..8075947 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v1.7.6
+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)