]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor changelog update
authorYann Collet <cyan@fb.com>
Thu, 16 Dec 2021 09:07:15 +0000 (01:07 -0800)
committerYann Collet <cyan@fb.com>
Thu, 16 Dec 2021 09:07:15 +0000 (01:07 -0800)
CHANGELOG

index c208e37935c05eb5c379c6a2cfa55ac4ed289547..ad9c07957e3277f3700b391015d423b431487629 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ build: allows hiding static symbols in the dynamic library, using build macro, b
 build: support for m68k (Motorola 68000's), by @cyan4973
 build: improved AIX support, by @Helflym
 build: improved meson unofficial build, by @eli-schwartz
+cli : custom memory limit when training dictionary (#2925), by @embg
 cli : report advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB
 cli : limit --ultra levels to 21 in 32-bit mode, to reduce risks of OOM scenarios (#2885, @yoniko)