summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7edee54..763fa5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
+r125:
+Changed : endian and alignment code
+Fixed : some alignment warnings under clang
+
r124:
-Fix : LZ4F_compressBound() using NULL preferencesPtr
-Updated : xxHash, to r37
+New : LZ4 HC streaming mode
+Fixed : LZ4F_compressBound() using null preferencesPtr
+Updated : xxHash to r38
+Updated library number, to 1.4.0
r123:
Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings