From 8a6a55bba8f4ba00b2b92336446c609444c0d140 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 12 Apr 2024 12:33:05 -0700 Subject: update NEWS add a note about WEBP_NODISCARD / WEBP_ENABLE_NODISCARD Bug: webp:627 Change-Id: I018848eaef33dd47b922d6c95fc2842248cc02df --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 68be38b5..8e40d8ea 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -- 4/2/2024: version 1.4.0 +- 4/12/2024: version 1.4.0 This is a binary compatible release. * API changes: - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk, @@ -7,6 +7,8 @@ - extras: SharpYuvEstimate420Risk * further security related hardening in libwebp & examples * some minor optimizations in the lossless encoder + * added WEBP_NODISCARD to report unused result warnings; enable with + -DWEBP_ENABLE_NODISCARD=1 * improvements and corrections in webp-container-spec.txt and webp-lossless-bitstream-spec.txt (#611) * miscellaneous warning, bug & build fixes (#615, #619, #632, #635) -- cgit v1.2.3