Updated NEWS

This commit is contained in:
Yann Collet 2015-05-26 00:23:05 +01:00
parent acae59a739
commit 6f50184a4f

2
NEWS
View File

@ -1,7 +1,9 @@
r130:
Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110)
Performance fix : big compression speed boost for clang (+30%)
New : cross-version test, by Takayuki Matsuoka
r129:
Added : LZ4_compress_fast(), LZ4_compress_fast_continue()