aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2021-12-16 01:07:15 -0800
committerYann Collet <cyan@fb.com>2021-12-16 01:07:15 -0800
commit8a724f91cbe256e981e018f9a1002e8430cd6c51 (patch)
tree1e88909196adf946b2ea8d4a68345af4a1af5b11
parent7a347769dcf3f02e619ed7e5c7315d59de33189a (diff)
downloadzstd-8a724f91cbe256e981e018f9a1002e8430cd6c51.tar.gz
minor changelog update
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c208e379..ad9c0795 100644
--- 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)