bumped version number to v1.3.8

This commit is contained in:
Yann Collet
2018-11-13 15:53:38 -08:00
parent 626040ab53
commit 092c4abd4c
6 changed files with 13 additions and 6 deletions
+7
View File
@@ -1,3 +1,10 @@
v1.3.8
perf: better decompression speed on large files (+7%) and cold dictionaries (+15%)
api : supports decompressing empty frames into NULL (used to be an error) (#1385)
api : fix : ZSTD_dictForceCopy advanced command, by @felixhandte
build: fixed zstd-pgo, by @bmwiedemann
doc : clarified zstd_compression_format.md, by @ulikunitz
v1.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