diff options
author | Yann Collet <cyan@fb.com> | 2017-03-12 10:18:34 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-03-12 10:18:34 (GMT) |
commit | e1b2b370e195f1bb6930a7b152a237adfb018e58 (patch) | |
tree | b92edf8100bdd2d3f099a415e73490422b4edd2a /NEWS | |
parent | b9132bedcdf574976446505ce718f9314874d9ba (diff) | |
download | lz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.zip lz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.tar.gz lz4-e1b2b370e195f1bb6930a7b152a237adfb018e58.tar.bz2 |
added Oleg @remittor contribution
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |