From 7265019066bfb418bab0ffa36d7820c7ea4681cc Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Sun, 6 Nov 2022 13:43:12 +0100 Subject: [PATCH] Update changelog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c29d92a..8ea8ad2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ ## Changelog +### 3.0.1 + + - Fix compilation error with MINIZ_USE_UNALIGNED_LOADS_AND_STORES=1 + ### 3.0.0 - Reduce memory usage for inflate. This changes `struct tinfl_decompressor_tag` and therefore requires a major version bump (breaks ABI compatibility)