From e8ae210d0bc6cf740d8f81b9acbb6820c460a35e Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 30 Jun 2025 12:04:32 -0700 Subject: [PATCH] update NEWS Bug: webp:427525168 Change-Id: I792a12dda98b1937da2bb92d4e1626caf7f44c28 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 7ad3df03..fa4f977a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +- 6/30/2025 version 1.6.0 + This is a binary compatible release. + API changes: + - libwebp: WebPValidateDecoderConfig + * additional x86 (AVX2, SSE2), general optimizations and compression + improvements for lossless + * `-mt` returns same results as single-threaded lossless (regressed in + 1.5.0, #426506716) + * miscellaneous warning, bug & build fixes (#393104377, #397130631, + #398288323, #398066379, #427503509) + Tool updates: + * cwebp can restrict the use of `-resize` with `-resize_mode` (#405437935) + - 12/19/2024 version 1.5.0 This is a binary compatible release. API changes: