]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated CHANGELOG
authorYann Collet <cyan@fb.com>
Tue, 7 Jan 2020 17:51:22 +0000 (09:51 -0800)
committerYann Collet <cyan@fb.com>
Tue, 7 Jan 2020 17:51:22 +0000 (09:51 -0800)
one missing item in v1.4.4

CHANGELOG

index 588e34f93829f4e328017d205353815af76240f0..75043cb0a729449b2ad534ca36e4d2572cfd9d17 100644 (file)
--- 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