summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-08 01:31:38 (GMT)
committerYann Collet <cyan@fb.com>2016-11-08 01:31:38 (GMT)
commite9089bcbe453bfd97d9303fc14194ccd7a4b9d59 (patch)
tree6e7cb8bd85c6c8e5b819a571093713d062b1a80a /NEWS
parent00c6370ad2419ea1906cf876013fef44df9c5af0 (diff)
downloadlz4-e9089bcbe453bfd97d9303fc14194ccd7a4b9d59.zip
lz4-e9089bcbe453bfd97d9303fc14194ccd7a4b9d59.tar.gz
lz4-e9089bcbe453bfd97d9303fc14194ccd7a4b9d59.tar.bz2
small compression ratio and speed improvement on small files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0276769..c349991 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ v1.7.2
Changed : moved to versioning; package, cli and library have same version number
Improved: Small decompression speed boost
Improved: Small compression speed improvement on 64-bits systems
+Improved: Small compression ratio and speed improvement on small files
Improved: Significant speed boost on ARMv6 and ARMv7
New : cli : --rm command
New : cli : file attributes are preserved, by Przemyslaw Skibinki