]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update CHANGELOG
authorW. Felix Handte <w@felixhandte.com>
Wed, 24 Jul 2019 21:35:52 +0000 (17:35 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 24 Jul 2019 21:35:52 +0000 (17:35 -0400)
CHANGELOG

index a3a1f6154f518a3611b711a49b443a95bf26499a..e5b5afdc83f3f30d802d8edab4cf78bc7296c69e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+v1.4.2
+bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696)
+bug: Fix seekable decompression in-memory API by @iburinoc (#1695)
+misc: Validate blocks are smaller than size limit by @vivekmg (#1685)
+misc: Restructure source files by @ephiepark (#1679)
+
 v1.4.1
 bug: Fix data corruption in niche use cases by @terrelln (#1659)
 bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595)