From 311925626790268316dceae8f328d012baabd874 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 7 Jan 2020 09:51:22 -0800 Subject: [PATCH] updated CHANGELOG one missing item in v1.4.4 --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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