]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update CHANGELOG to include patch from fix (#2642)
authorsen <senhuang96@fb.com>
Wed, 12 May 2021 20:46:05 +0000 (16:46 -0400)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 20:46:05 +0000 (16:46 -0400)
CHANGELOG

index d8a726ad15842e5cc68f373c10169604809002b4..26ba425aee2c2058cdb1fa9e2ee18f8e9ca21737 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ bug: Fix large dictionary non-determinism (#2607, @terrelln)
 bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln)
 bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte)
 bug: Ensure `ZSTD_estimateCCtxSize*() `monotonically increases with compression level (#2538, @senhuang42)
+bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink)
 bug: Fix UBSAN error in decompression (#2625, @terrelln)
 bug: Fix superblock compression divide by zero bug (#2592, @senhuang42)
 bug: Make the number of physical CPU cores detection more robust (#2517, @PaulBone)