summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-06-12 17:54:59 (GMT)
committerYann Collet <cyan@fb.com>2017-06-12 17:54:59 (GMT)
commit139a387d179dfac91dbaeef994bbbea4d79eb9ba (patch)
treed094534eae8a576aba0b17375d842b7decb8ce13 /NEWS
parent0beaa356f26aa5ee9d37673a5e72d8bc751f69c2 (diff)
downloadlz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.zip
lz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.tar.gz
lz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.tar.bz2
updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 32fb613..ab95149 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-v1.7.6
+v1.8.0
cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
cli : added GNU separator -- specifying that all following arguments are files
API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
+API : added LZ4F_resetDecompressionContext()
API : lz4frame : negative compression levels trigger fast acceleration
API : fix : expose obsolete decoding functions, reported by Chen Yufei
build : dragonFlyBSD, OpenBSD, NetBSD supported