diff options
author | Yann Collet <cyan@fb.com> | 2016-12-22 11:50:21 +0100 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-12-22 11:50:21 +0100 |
commit | 7eb16d97d238e2b98f1e6453ed6ad64058cb99c1 (patch) | |
tree | 4e767c9589b976c4c338f4b90640dedfc9746ddb /NEWS | |
parent | 52cac9a97342641315c76cfb861206d6acd631a8 (diff) | |
download | lz4-7eb16d97d238e2b98f1e6453ed6ad64058cb99c1.tar.gz lz4-7eb16d97d238e2b98f1e6453ed6ad64058cb99c1.tar.bz2 lz4-7eb16d97d238e2b98f1e6453ed6ad64058cb99c1.zip |
updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ v1.7.5 +lz4hc : new high compression mode : levels 10-12 compress more and slower, by @inikep. lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) cli : fix minor notification when using -r recursive mode API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280) |