1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00

minor NEWS update for v1.3.7

This commit is contained in:
Yann Collet
2018-10-16 20:58:52 -07:00
parent 374f2b4d03
commit 21cd8a9d95

1
NEWS
View File

@@ -3,6 +3,7 @@ perf: slightly better decompression speed on clang (depending on hardware target
fix : performance of dictionary compression for small input < 4 KB at levels 9 and 10
build: no longer build backtrace by default in release mode; restrict further automatic mode
build: control backtrace support through build macro BACKTRACE
misc: added man pages for zstdless and zstdgrep, by @samrussell
v1.3.6
perf: much faster dictionary builder, by @jenniferliu