summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-03-12 10:18:34 (GMT)
committerYann Collet <cyan@fb.com>2017-03-12 10:18:34 (GMT)
commite1b2b370e195f1bb6930a7b152a237adfb018e58 (patch)
treeb92edf8100bdd2d3f099a415e73490422b4edd2a
parentb9132bedcdf574976446505ce718f9314874d9ba (diff)
downloadlz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.zip
lz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.tar.gz
lz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.tar.bz2
added Oleg @remittor contribution
-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)