From 8edba16953f70f82cdafd2b7fa4ff23fcc0aae1c Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Thu, 8 Feb 2024 11:23:02 -0800 Subject: [PATCH] Remove duplicate bug in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef90a591a0..b6bb9eece6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,7 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix wrong alpha plane deallocation when decoded tile pixel format does not match reconstructed output image pixel format (b/320234262). * Fix identical chunk skipping optimization when writing animation data - (b/321189607 and b/321189607). + (b/321189607). * Fix ID selection for artificial grid alpha item when decoding a grid of tiles which each have an associated auxiliary alpha image item (https://crbug.com/oss-fuzz/65657).