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

Add to CHANGELOG for Upcoming Release

This commit is contained in:
W. Felix Handte
2019-08-15 14:42:38 -04:00
parent a42bbb4e05
commit d6f31e1c38

View File

@@ -1,5 +1,6 @@
v1.4.3
bug: Fix Dictionary Compression Ratio Regression by @cyan4973 (#1709)
bug: Fix Buffer Overflow in v0.3 Decompression by @felixhandte (#1722)
build: Add support for IAR C/C++ Compiler for Arm by @joseph0918 (#1705)
misc: Add NULL pointer check in util.c by @leeyoung624 (#1706)