diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-12-10 18:02:40 +0100 |
---|---|---|
committer | Mohamad Ayyash <mkayyash@google.com> | 2015-02-23 17:26:22 -0800 |
commit | 29fe7e44e57ab9d76f3f04c115080e384ae5ebda (patch) | |
tree | 4aac0bdb0a3f04d33fc71ace84017df3d4833aa3 | |
parent | ba31d6cb5a66c20d160d40210a5ab3cfe0825fe3 (diff) | |
download | android_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.tar.gz android_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.tar.bz2 android_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.zip |
updated NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Changed : endian and alignment code Changed : directory structure : new "lib" directory Updated : lz4io, now uses lz4frame Improved: slightly improved decoding speed +Fixed : LZ4_compress_limitedOutput(); Special thanks to Christopher Speller ! Fixed : some alignment warnings under clang Fixed : deprecated function LZ4_slideInputBufferHC() |