1
0
mirror of https://github.com/facebook/zstd.git synced 2025-10-31 08:37:43 +02:00

Merge pull request #1711 from felixhandte/changelog-v1.4.3

Update Changelog for v1.4.3
This commit is contained in:
Felix Handte
2019-08-06 17:02:37 -04:00
committed by GitHub

View File

@@ -1,3 +1,8 @@
v1.4.3
bug: Fix Dictionary Compression Ratio Regression by @cyan4973 (#1709)
build: Add support for IAR C/C++ Compiler for Arm by @joseph0918 (#1705)
misc: Add NULL pointer check in util.c by @leeyoung624 (#1706)
v1.4.2
bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696)
bug: Fix seekable decompression in-memory API by @iburinoc (#1695)