From: Yann Collet Date: Tue, 7 Jan 2020 17:51:22 +0000 (-0800) Subject: updated CHANGELOG X-Git-Tag: v1.4.5^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311925626790268316dceae8f328d012baabd874;p=thirdparty%2Fzstd.git updated CHANGELOG one missing item in v1.4.4 --- diff --git a/CHANGELOG b/CHANGELOG index 588e34f93..75043cb0a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,7 +21,8 @@ cli: commands --stream-size=# and --size-hint=#, by @nmagerko cli: command --exclude-compressed, by @shashank0791 cli: faster `-t` test mode cli: improved some error messages, by @vangyzen -cli: rare deadlock condition within dictionary builder, by @terrelln +cli: fix command `-D dictionary` on Windows, reported by @artyompetrov +cli: fix rare deadlock condition within dictionary builder, by @terrelln build: single-file decoder with emscripten compilation script, by @cwoffenden build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive build: fixed deprecation warning for certain gcc version, reported by @jasonma163