summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-09 08:47:54 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-09 08:47:54 (GMT)
commitfc4a6153b01252c03e9e52ed101c25d99f9cf6fc (patch)
tree125927e7b15a54a3c272ccd34e5d2f3d82bb51b9 /NEWS
parentc5decf7562a3b4065922ae6460b7785eb91366f8 (diff)
downloadlz4-fc4a6153b01252c03e9e52ed101c25d99f9cf6fc.zip
lz4-fc4a6153b01252c03e9e52ed101c25d99f9cf6fc.tar.gz
lz4-fc4a6153b01252c03e9e52ed101c25d99f9cf6fc.tar.bz2
fixed : pkg version
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45e1871..6dd49f4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ r125:
Changed : endian and alignment code
Changed : directory structure : new "lib" directory
Updated : lz4io, now uses lz4frame
+Improved: slightly improved decoding speed
Fixed : some alignment warnings under clang
Fixed : deprecated function LZ4_slideInputBufferHC()