diff --git a/zstd.changes b/zstd.changes index 0d28394..c29a34b 100644 --- a/zstd.changes +++ b/zstd.changes @@ -17,18 +17,6 @@ Thu Apr 13 11:15:39 UTC 2023 - Dirk Müller write-protected directory (#3541) by @felixhandte * cli: fix decompression into block device using -o, reported by @georgmu - * build: fix zstd CLI compiled with lzma support but not zlib - support (#3494) by @Hello71 - * build: fix cmake does no longer require 3.18 as minimum - version (#3510) by @kou - * build: fix MSVC+ClangCL linking issue (#3569) by @tru - * build: fix zstd-dll, version of zstd CLI that links to the - dynamic library (#3496) by @yoniko - * build: fix MSVC warnings (#3495) by @embg - * doc: updated zstd specification to clarify corner cases, by - @Cyan4973 - * doc: document how to create fat binaries for macos (#3568) by - @rickmark * misc: improve seekable format ingestion speed (~+100%) for very small chunk sizes (#3544) by @Cyan4973 * misc: tests/fullbench can benchmark multiple files (#3516) by