added Oleg @remittor contribution

This commit is contained in:
Yann Collet 2017-03-12 03:18:34 -07:00
parent b9132bedcd
commit e1b2b370e1

2
NEWS
View File

@ -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)