aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-10 18:02:40 +0100
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 17:26:22 -0800
commit29fe7e44e57ab9d76f3f04c115080e384ae5ebda (patch)
tree4aac0bdb0a3f04d33fc71ace84017df3d4833aa3
parentba31d6cb5a66c20d160d40210a5ab3cfe0825fe3 (diff)
downloadandroid_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.tar.gz
android_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.tar.bz2
android_external_lz4-29fe7e44e57ab9d76f3f04c115080e384ae5ebda.zip
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6dd49f4..5259573 100644
--- a/NEWS
+++ b/NEWS
@@ -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()