summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-11 06:21:54 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-11 06:21:54 (GMT)
commita5358e602a526b844d6872c0b46087044651feb3 (patch)
treec59380f8af6ef5100b6f7f54dc643bea6e9bdbfd /NEWS
parent6988c248d6eb4537cf6c29f711623fb8a5ca89b7 (diff)
parent7dd50ed2f6ffa036171945d06397ae216380c79c (diff)
downloadlz4-a5358e602a526b844d6872c0b46087044651feb3.zip
lz4-a5358e602a526b844d6872c0b46087044651feb3.tar.gz
lz4-a5358e602a526b844d6872c0b46087044651feb3.tar.bz2
Merge pull request #43 from Cyan4973/devr125
Dev
Diffstat (limited to '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()