diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-12-11 06:21:54 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-12-11 06:21:54 (GMT) |
commit | a5358e602a526b844d6872c0b46087044651feb3 (patch) | |
tree | c59380f8af6ef5100b6f7f54dc643bea6e9bdbfd /NEWS | |
parent | 6988c248d6eb4537cf6c29f711623fb8a5ca89b7 (diff) | |
parent | 7dd50ed2f6ffa036171945d06397ae216380c79c (diff) | |
download | lz4-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-- | 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() |