From 842a20e5867345db94162c8dec8ff941bc06e9d6 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 6 Feb 2022 14:58:49 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8d1b763..8a725b3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ ### 3.0.0 - Reduce memory usage for inflate. This changes `struct tinfl_decompressor_tag` and therefore requires a major version bump + - Add padding to structures so it continues to work if features differ. This also changes some structures - Use _ftelli64, _fseeki64 and stat with MinGW32 and OpenWatcom - Fix varios warnings with OpenWatcom compiler - Avoid using unaligned memory access in UBSan builds