From: W. Felix Handte Date: Tue, 6 Aug 2019 17:44:05 +0000 (-0400) Subject: Update Changelog for v1.4.3 X-Git-Tag: v1.4.3^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6898017393a50dd59d7eede5413ab7a56e81fe;p=thirdparty%2Fzstd.git Update Changelog for v1.4.3 --- diff --git a/CHANGELOG b/CHANGELOG index e5b5afdc8..a94c090de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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)